This commit is contained in:
Sergey Lapin 2017-04-25 20:38:09 +00:00 committed by GitHub
commit 6d9790f2dc
2 changed files with 2344 additions and 1 deletions

2342
examples/todomvc/dist/bundle.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,8 @@
"test": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register --recursive", "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: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", "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": [ "files": [
"lib", "lib",