Skip to content

Commit

Permalink
Merge branch 'master' into iss74
Browse files Browse the repository at this point in the history
  • Loading branch information
comonadd committed Jun 16, 2017
2 parents 374b290 + 4156475 commit 7877b80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
"scripts": {
"preversion": "npm run clean && npm run build && npm docs",
"postversion": "npm run changelog",
"start": "$(npm bin)/webpack-dev-server --config webpack.config.samples.js --content-base samples/sandbox/src --host 0.0.0.0 --hot --inline --port 3333",
"build:umd": "BUILD_MODE=umd $(npm bin)/webpack",
"build:umd-min": "BUILD_MODE=umd-min $(npm bin)/webpack",
"start": "webpack-dev-server --config webpack.config.samples.js --content-base samples/sandbox/src --host 0.0.0.0 --hot --inline --port 3333",
"build:umd": "BUILD_MODE=umd webpack",
"build:umd-min": "BUILD_MODE=umd-min webpack",
"build": "npm run build:umd && npm run build:umd-min",
"build:watch": "npm run build -- --watch",
"clean": "rimraf dist",
"lint": "$(npm bin)/eslint src",
"test": "NODE_PATH=$NODE_PATH:$PWD/src $(npm bin)/mocha -R spec --compilers js:babel-register --require ./test/setup.js test/*_test.js",
"lint": "eslint src",
"test": "NODE_PATH=$NODE_PATH:$PWD/src mocha -R spec --compilers js:babel-register --require ./test/setup.js test/*_test.js",
"changelog": "github-changes -o contra -r react-responsive -b master -f ./CHANGELOG.md --order-semver --use-commit-body",
"docs": "npm run docs:pre && npm run docs:build && npm run docs:publish",
"docs:pre": "gitbook install && rimraf _book",
Expand Down

0 comments on commit 7877b80

Please sign in to comment.