mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Merge dd0ccd903a
into 33c6f314d8
This commit is contained in:
commit
6d9790f2dc
2342
examples/todomvc/dist/bundle.js
vendored
Normal file
2342
examples/todomvc/dist/bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -10,7 +10,8 @@
|
|||
"test": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register --recursive",
|
||||
"test:watch": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch",
|
||||
"test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive",
|
||||
"prepublish": "npm run lint && npm run test && npm run clean && npm run build"
|
||||
"prepublish": "npm run lint && npm run test && npm run clean && npm run build",
|
||||
"demo": "git checkout gh-pages && cd examples/todomvc && webpack --config webpack.config.js && git commit -m \"rebuild todomvc bundle for demo\" && git push --force"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
|
|
Loading…
Reference in New Issue
Block a user