Skip to content

Commit

Permalink
chore(package): ensure node_modules satisfies package.json (#1540)
Browse files Browse the repository at this point in the history
* chore(package): ensure node_modules satisfies package.json

* chore(package): remove local-modules script
  • Loading branch information
levithomason authored Apr 3, 2017
1 parent b1e18d9 commit 23451ae
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@
"deploy:docs": "gh-pages -d docs/build -m 'deploy docs [ci skip]'",
"lint": "cross-env NODE_ENV=production eslint .",
"lint:fix": "npm run lint -- --fix",
"prerelease": "npm run lint && npm run tsd:lint && npm test && cross-env NODE_ENV=production npm run build",
"prerelease": "npm run lint -s && npm run tsd:lint -s && npm test -s && cross-env NODE_ENV=production npm run build",
"postrelease": "NODE_ENV=production npm run deploy:docs",
"release:major": "npm run prerelease && ta-script npm/release.sh major && npm run prerelease",
"release:minor": "npm run prerelease && ta-script npm/release.sh minor && npm run prerelease",
"release:patch": "npm run prerelease && ta-script npm/release.sh patch && npm run prerelease",
"release:major": "npm run prerelease && ta-script npm/release.sh major",
"release:minor": "npm run prerelease && ta-script npm/release.sh minor",
"release:patch": "npm run prerelease && ta-script npm/release.sh patch",
"prestart": "npm run satisfaction -s",
"start": "npm run docs",
"start:local-modules": "npm run docs -- --local-modules",
"pretest": "npm run build:dll",
"satisfaction": "satisfaction-status",
"pretest": "npm run satisfaction -s && npm run build:dll",
"test": "cross-env NODE_ENV=test karma start",
"test:watch": "npm run test --silent -- --no-single-run",
"tsd": "gulp tsd",
Expand Down Expand Up @@ -89,7 +90,7 @@
"express": "^4.13.4",
"faker": "^4.1.0",
"gh-pages": "^0.12.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp": "4.0.0-alpha.2",
"gulp-html-replace": "^1.6.2",
"gulp-load-plugins": "^1.2.2",
"gulp-plumber": "^1.0.1",
Expand Down Expand Up @@ -120,6 +121,7 @@
"react-router-dom": "^4.0.0",
"require-dir": "^0.3.0",
"rimraf": "^2.5.2",
"satisfaction": "^3.2.0",
"semantic-ui-css": "^2.2.2",
"simulant": "^0.2.2",
"sinon": "^2.1.0",
Expand Down

0 comments on commit 23451ae

Please sign in to comment.