Skip to content

Commit

Permalink
Remove all prerelease package refs (canjs/canjs#3500)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmomberger-bitovi committed Aug 31, 2017
1 parent a4690fb commit 11a33fa
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 @@ -47,12 +47,12 @@
},
"dependencies": {
"can-cid": "^1.0.3",
"can-compute": "^3.1.0-pre.9",
"can-event": "^3.5.0-pre.2",
"can-util": "^3.9.0-pre.4",
"can-view-callbacks": "^3.1.0-pre.0",
"can-view-live": "^3.1.0-pre.4",
"can-view-parser": "^3.4.0-pre.0"
"can-compute": "^3.1.0",
"can-event": "^3.5.0",
"can-util": "^3.9.0",
"can-view-callbacks": "^3.1.0",
"can-view-live": "^3.1.0",
"can-view-parser": "^3.4.0"
},
"devDependencies": {
"documentjs": "^0.5.0",
Expand All @@ -64,4 +64,4 @@
"generator-donejs": "^1.0.5",
"donejs-cli": "^1.0.1"
}
}
}

0 comments on commit 11a33fa

Please sign in to comment.