Skip to content

Commit

Permalink
Update example builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlehman committed Dec 23, 2015
1 parent 844cc6d commit b6db783
Show file tree
Hide file tree
Showing 4 changed files with 929 additions and 761 deletions.
954 changes: 519 additions & 435 deletions examples/animation/dist/bundle.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"webpack": "./node_modules/.bin/webpack",
"webpack": "$(npm bin)/webpack",
"build": "npm run clean && npm run webpack",
"serve": "./node_modules/.bin/webpack-dev-server --no-info --hot --inline --port 8000",
"serve": "$(npm bin)/webpack-dev-server --no-info --hot --inline --port 8000",
"start": "npm run serve"
},
"repository": {
Expand All @@ -27,8 +27,8 @@
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-core": "^6.3.21",
"babel-loader": "^6.2.0",
"css-loader": "^0.20.2",
"postcss-loader": "^0.7.0",
"style-loader": "^0.13.0",
Expand Down
720 changes: 402 additions & 318 deletions examples/basic/dist/bundle.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"webpack": "./node_modules/.bin/webpack",
"webpack": "$(npm bin)/webpack",
"build": "npm run clean && npm run webpack",
"serve": "./node_modules/.bin/webpack-dev-server --no-info --hot --inline --port 8000",
"serve": "$(npm bin)/webpack-dev-server --no-info --hot --inline --port 8000",
"start": "npm run serve"
},
"repository": {
Expand All @@ -27,8 +27,8 @@
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-core": "^6.3.21",
"babel-loader": "^6.2.0",
"css-loader": "^0.20.2",
"postcss-loader": "^0.7.0",
"style-loader": "^0.13.0",
Expand Down

0 comments on commit b6db783

Please sign in to comment.