Skip to content

Commit

Permalink
1.0.0-pre.6
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipskevin committed Aug 7, 2019
1 parent 41a437f commit ce35667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "can-stache-element",
"description": "Create custom elements with can-stache, can-observable-object, and JavaScript classes",
"version": "1.0.0-pre.5",
"version": "1.0.0-pre.6",
"author": {
"name": "Bitovi",
"email": "[email protected]",
Expand Down Expand Up @@ -61,8 +61,8 @@
"jshint": "jshint src/*.js test/*.js --config",
"lint": "fixpack && npm run jshint",
"postversion": "git push --follow-tags",
"preversion": "npm test",
"prepublishOnly": "npm run compile-to-es5",
"preversion": "npm test",
"test": "npm run detect-cycle && npm run lint && npm run testee",
"testee": "testee test/test.html --browsers firefox"
},
Expand Down

0 comments on commit ce35667

Please sign in to comment.