Skip to content

Commit

Permalink
Merge pull request #24 from canjs/no-pre-releases
Browse files Browse the repository at this point in the history
removing pre-releases from dependencies
  • Loading branch information
phillipskevin authored Jun 23, 2017
2 parents 0cb1493 + fa2655a commit 8478e48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/canjs/can-define-validate-validatejs",
"devDependencies": {
"bit-docs": "^0.0.7",
"can-compute": "^3.1.0-pre.9",
"can-compute": "^3.1.0",
"http-server": "^0.9.0",
"jshint": "^2.9.4",
"steal": "^1.0.8",
Expand All @@ -60,9 +60,9 @@
"transpiler": "babel"
},
"dependencies": {
"can-define": "^1.2.0-pre.4",
"can-util": "^3.9.0-pre.4",
"can-validate": "^1.1.0-pre.0",
"can-validate-validatejs": "0.1.0-pre.0"
"can-define": "^1.2.0",
"can-util": "^3.9.0",
"can-validate": "^1.1.0",
"can-validate-validatejs": "0.1.0"
}
}
}

0 comments on commit 8478e48

Please sign in to comment.