|
3 | 3 | "version": "0.12.3", |
4 | 4 | "description": "A toolkit for building WYSIWYG editors with Mobiledoc", |
5 | 5 | "repository": "https://github.com/bustle/mobiledoc-kit", |
6 | | - "module": "dist/index.js", |
| 6 | + "module": "dist/mobiledoc.js", |
7 | 7 | "scripts": { |
8 | | - "start": "rollup --config --watch", |
| 8 | + "start": "yarn build --watch", |
9 | 9 | "test:ci": "yarn build:docs && yarn build && testem ci -f testem-ci.js", |
10 | | - "test": "rollup --config --tests && testem ci -f testem.js", |
11 | | - "build": "rollup --config", |
| 10 | + "test": "yarn build && testem ci -f testem.js", |
| 11 | + "build": "rollup -c", |
12 | 12 | "build:docs": "jsdoc -c ./.jsdoc", |
13 | | - "build:website": "yarn build && yarn build:docs && ./bin/build-website.sh", |
| 13 | + "build:website": "yarn build:docs && yarn build && ./bin/build-website.sh", |
14 | 14 | "deploy:website": "./bin/deploy-website.sh", |
15 | 15 | "update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s", |
16 | 16 | "version": "yarn update-changelog && git add CHANGELOG.md", |
|
24 | 24 | "contenteditable" |
25 | 25 | ], |
26 | 26 | "files": [ |
27 | | - "dist/index.js" |
| 27 | + "dist/mobiledoc.js" |
28 | 28 | ], |
29 | 29 | "author": "Garth Poitras <[email protected]> (http://garthpoitras.com/)", |
30 | 30 | "contributors": [ |
|
59 | 59 | "qunit": "^2.9.3", |
60 | 60 | "rollup": "^1.31.0", |
61 | 61 | "rollup-plugin-glob-import": "^0.4.5", |
| 62 | + "rollup-plugin-serve": "^1.0.1", |
62 | 63 | "saucie": "^3.3.2", |
63 | 64 | "testem": "^2.17.0" |
64 | 65 | }, |
|
0 commit comments