Skip to content

Commit

Permalink
Merge pull request #7 from canjs/remove-prerelease-packages
Browse files Browse the repository at this point in the history
Remove all prerelease package refs
  • Loading branch information
bmomberger-bitovi authored Sep 1, 2017
2 parents 955ae40 + 0d0b7b2 commit 0493e2c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@
},
"dependencies": {
"can-cid": "^1.0.0",
"can-event": "^3.5.0-pre.2",
"can-event": "^3.5.0",
"can-namespace": "1.0.0",
"can-reflect": "^1.1.0-pre.1",
"can-reflect-promise": "^1.1.0-pre.0",
"can-symbol": "^1.0.0-pre.0",
"can-util": "^3.9.0-pre.4",
"can-observation": "^3.3.0-pre.1"
"can-reflect": "^1.1.0",
"can-reflect-promise": "^1.1.0",
"can-symbol": "^1.0.0",
"can-util": "^3.9.0",
"can-observation": "^3.3.0"
},
"devDependencies": {
"jshint": "^2.9.1",
"steal": "^1.3.1",
"steal-qunit": "^1.0.1",
"steal-tools": "^1.2.0",
"testee": "^0.6.1",
"can-simple-map": "^3.3.0-pre.1"
"can-simple-map": "^3.3.0"
},
"license": "MIT"
}

0 comments on commit 0493e2c

Please sign in to comment.