|
7 | 7 | "type": "git", |
8 | 8 | "url": "git://github.com/cloudcmd/modal.git" |
9 | 9 | }, |
10 | | - "main": "legacy/modal.js", |
| 10 | + "main": "lib/modal.js", |
11 | 11 | "scripts": { |
12 | 12 | "watch": "madrun watch", |
13 | 13 | "watch:client": "madrun watch:client", |
|
17 | 17 | "watch:coverage": "madrun watch:coverage", |
18 | 18 | "coverage": "madrun coverage", |
19 | 19 | "report": "madrun report", |
20 | | - "compile:server": "madrun compile:server", |
21 | | - "compile:client": "madrun compile:client", |
22 | | - "build": "madrun build", |
23 | | - "build:js": "madrun build:js", |
24 | | - "legacy:index": "madrun legacy:index", |
25 | | - "clean": "madrun clean", |
26 | | - "wisdom": "madrun wisdom", |
27 | 20 | "lint:css": "madrun lint:css", |
28 | 21 | "lint:js": "madrun lint:js", |
29 | 22 | "lint": "madrun lint", |
|
70 | 63 | "supertape": "^1.2.3", |
71 | 64 | "url-loader": "^2.1.0", |
72 | 65 | "webpack": "^4.1.0", |
73 | | - "webpack-cli": "^3.0.8", |
74 | | - "wraptile": "^3.0.0" |
| 66 | + "webpack-cli": "^3.0.8" |
75 | 67 | }, |
76 | 68 | "dependencies": { |
77 | 69 | "@cloudcmd/create-element": "^1.0.0", |
78 | 70 | "currify": "^3.0.0", |
79 | | - "fullstore": "^2.0.2" |
| 71 | + "fullstore": "^2.0.2", |
| 72 | + "wraptile": "^3.0.0" |
80 | 73 | }, |
81 | 74 | "publishConfig": { |
82 | 75 | "access": "public" |
|
0 commit comments