Skip to content

Commit

Permalink
Do Not Merge - can-reflect (#56)
Browse files Browse the repository at this point in the history
can-reflect
  • Loading branch information
phillipskevin committed Jun 23, 2017
1 parent 67a2bac commit 7c28fce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "can-event",
"version": "3.4.0",
"version": "3.5.0-pre.2",
"description": "",
"homepage": "http://canjs.com",
"repository": {
Expand All @@ -15,7 +15,7 @@
"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",
"postversion": "git push --tags && git checkout can-reflect && git branch -D release && git push",
"testee": "testee test.html --browsers firefox",
"test": " npm run jshint && npm run testee",
"jshint": "jshint *.js --config",
Expand All @@ -39,8 +39,8 @@
"dependencies": {
"can-cid": "^1.0.0",
"can-namespace": "1.0.0",
"can-types": "^1.0.1",
"can-util": "^3.6.0"
"can-types": "^1.1.0-pre.1",
"can-util": "^3.9.0-pre.3"
},
"devDependencies": {
"bit-docs": "0.0.7",
Expand Down

0 comments on commit 7c28fce

Please sign in to comment.