Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejewski committed Dec 29, 2017
1 parent 9e959a9 commit f72151d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
21 changes: 0 additions & 21 deletions build.js

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "can-view-target",
"version": "3.1.6",
"version": "4.0.0-pre.0",
"description": "Fast cloning micro templates",
"homepage": "http://canjs.com",
"repository": {
Expand All @@ -13,18 +13,15 @@
"url": "http://bitovi.com"
},
"scripts": {
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"preversion": "npm test",
"postpublish": "git push --tags && git push",
"testee": "testee test/test.html --browsers firefox",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",
"release:pre": "npm version prerelease && npm publish --tag=pre",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"build": "node build.js",
"develop": "done-serve --static --develop --port 8080",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},
"main": "can-view-target",
Expand Down

0 comments on commit f72151d

Please sign in to comment.