Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Apr 4, 2016
1 parent de214f3 commit a033999
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.iml
out
gen
node_modules
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
test
webpack.config.js
webpack.config.optimize.js
.gitignore
.gitignore
.idea
.npmignore
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template-string-optimize-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "template string optimize loader module for webpack",
"main": "index.js",
"scripts": {
Expand All @@ -13,5 +13,9 @@
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"webpack": "^1.12.10"
}
},
"bugs": {
"url": "https://github.com/chenjiahan/template-string-optimize-loader/issues"
},
"homepage": "https://github.com/chenjiahan/template-string-optimize-loader#readme"
}

0 comments on commit a033999

Please sign in to comment.