Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed Oct 16, 2018
1 parent 59da945 commit 0a17a7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "can-stache-loader",
"version": "2.0.0",
"version": "2.0.1",
"description": "CanJS Stache loader for WebPack",
"main": "index.js",
"scripts": {
"testee": "testee tests/test.html --browsers firefox",
"test": "npm run build-test && npm run testee",
"testee": "testee tests/test.html --browsers firefox",
"test": "npm run build-test && npm run testee",
"build-test": "webpack --config webpack.config.test.js",
"postpublish": "git push origin master --tags"
},
Expand Down

0 comments on commit 0a17a7c

Please sign in to comment.