Skip to content

Commit

Permalink
chore(package): ensure node_modules satisfies package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Apr 3, 2017
1 parent 89f39bd commit 46c9e46
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@
"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 satisfaction -s && 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",
"satisfaction": "satisfaction-status",
"start:local-modules": "npm run docs -- --local-modules",
"pretest": "npm run build:dll",
"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 +91,7 @@
"express": "^4.13.4",
"faker": "^3.0.1",
"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 +122,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 46c9e46

Please sign in to comment.