|
3 | 3 | "version": "1.2.1",
|
4 | 4 | "description": "A simple React component capable of building HTML forms out of a JSON schema.",
|
5 | 5 | "scripts": {
|
6 |
| - "build:readme": "toctoc README.md -w", |
7 | 6 | "build:lib": "rimraf lib && cross-env NODE_ENV=production babel -d lib/ src/",
|
8 | 7 | "build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.dist.js",
|
9 | 8 | "build:playground": "rimraf build && cross-env NODE_ENV=production webpack --config webpack.config.prod.js && cp playground/index.prod.html build/index.html",
|
|
14 | 13 | "prepare": "npm run dist",
|
15 | 14 | "precommit": "lint-staged",
|
16 | 15 | "publish-to-gh-pages": "npm run build:playground && gh-pages --dist build/",
|
17 |
| - "publish-to-npm": "npm run build:readme && npm run dist && npm publish", |
18 |
| - "preversion": "npm run build:playground && npm run dist && npm run build:readme && npm run cs-check && npm run lint", |
| 16 | + "publish-to-npm": "npm run dist && npm publish", |
| 17 | + "preversion": "npm run build:playground && npm run dist && npm run cs-check && npm run lint", |
19 | 18 | "start": "node devServer.js",
|
20 | 19 | "tdd": "cross-env NODE_ENV=test mocha --require babel-register --watch --require ./test/setup-jsdom.js test/**/*_test.js",
|
21 | 20 | "test": "cross-env NODE_ENV=test mocha --require babel-register --require ./test/setup-jsdom.js test/**/*_test.js",
|
|
96 | 95 | "rimraf": "^2.5.4",
|
97 | 96 | "sinon": "^1.17.6",
|
98 | 97 | "style-loader": "^0.13.1",
|
99 |
| - "toctoc": "^0.2.3", |
100 | 98 | "webpack": "^4.20.2",
|
101 | 99 | "webpack-cli": "^3.1.2",
|
102 | 100 | "webpack-dev-middleware": "^3.4.0",
|
|
0 commit comments