Skip to content

Commit

Permalink
add:添加expose loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
kvkens committed Sep 26, 2016
1 parent 132c7e8 commit 8cba10b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"babel-preset-es2015": "^6.14.0",
"chalk": "^1.1.3",
"css-loader": "^0.24.0",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"fs-extra": "^0.30.0",
Expand All @@ -33,9 +34,9 @@
"html-webpack-plugin": "^2.22.0",
"html-withimg-loader": "^0.1.16",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"open-browser-webpack-plugin": "0.0.2",
"path-exists": "^3.0.0",
Expand All @@ -44,7 +45,5 @@
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
},
"devDependencies": {

}
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uba-init",
"version": "0.0.31",
"version": "0.0.32",
"description": "uba resourse",
"main": "./bin/uba-init.js",
"bin": {
Expand Down

0 comments on commit 8cba10b

Please sign in to comment.