Skip to content

Commit

Permalink
chore: yarn add --dev write-file-webpack-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mori-dev committed Nov 30, 2016
1 parent 245379d commit 2636cc1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"lint:src": "./node_modules/.bin/eslint ./src",
"lint:test": "./node_modules/.bin/eslint ./test",
"lint:src:fix": "./node_modules/.bin/eslint --fix ./src",
"lint:test:fix": "./node_modules/.bin/eslint --fix ./test"
"lint:test:fix": "./node_modules/.bin/eslint --fix ./test",
"dev": "NODE_ENV=development webpack-dev-server --config webpack.config.development.js --progress --color --hot",
"build:prod:ios": "rm -rf ./www/js/* && NODE_ENV=production webpack --config webpack.config.production.js --progress --color"
},
"devDependencies": {
"babel-core": "^6.18.2",
Expand Down Expand Up @@ -61,7 +63,8 @@
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^0.17.0"
"webpack-merge": "^0.17.0",
"write-file-webpack-plugin": "^3.4.2"
},
"dependencies": {
"deep-equal": "^1.0.1",
Expand Down
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2281,6 +2281,10 @@ filename-regex@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.0.tgz#996e3e80479b98b9897f15a8a58b3d084e926775"

filesize@^3.2.1:
version "3.3.0"
resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.3.0.tgz#53149ea3460e3b2e024962a51648aa572cf98122"

fill-range@^2.1.0:
version "2.2.3"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.3.tgz#50b77dfd7e469bc7492470963699fe7a8485a723"
Expand Down Expand Up @@ -3438,7 +3442,7 @@ lodash@^3.8.0:
version "3.10.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"

lodash@^4.0.0, lodash@^4.0.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.16.2, lodash@^4.16.4, lodash@^4.17.2, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.0:
lodash@^4.0.0, lodash@^4.0.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.16.2, lodash@^4.16.4, lodash@^4.17.2, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.0, lodash@^4.5.1:
version "4.17.2"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.2.tgz#34a3055babe04ce42467b607d700072c7ff6bf42"

Expand Down Expand Up @@ -3604,7 +3608,7 @@ mocha@^3.1.2:
mkdirp "0.5.1"
supports-color "3.1.2"

moment@^2.17.0:
moment@^2.11.2, moment@^2.17.0:
version "2.17.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.17.0.tgz#a4c292e02aac5ddefb29a6eed24f51938dd3b74f"

Expand Down Expand Up @@ -5525,6 +5529,16 @@ wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

write-file-webpack-plugin@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/write-file-webpack-plugin/-/write-file-webpack-plugin-3.4.2.tgz#16f7a1bbadb781fa661a2960e31c499f0a61b9bb"
dependencies:
chalk "^1.1.1"
filesize "^3.2.1"
lodash "^4.5.1"
mkdirp "^0.5.1"
moment "^2.11.2"

write@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757"
Expand Down

0 comments on commit 2636cc1

Please sign in to comment.