Skip to content

Commit

Permalink
feat(package): angular2 version updated to beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Apr 1, 2016
1 parent 4220780 commit 91e4ad1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"pretest": "npm run lint",
"test": "NODE_ENV=test ./node_modules/.bin/karma start",
"changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s -p angular -v",
"preversion": "npm test",
"version": "npm run changelog && git add -A",
"postversion": "git push origin master && git push --tags",
"github-release": "conventional-github-releaser -p angular",
"eslint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext js --fix . .config",
Expand Down Expand Up @@ -46,10 +48,10 @@
"moment": "2.12.0"
},
"peerDependencies": {
"angular2": "2.0.0-beta.12"
"angular2": "2.0.0-beta.13"
},
"devDependencies": {
"angular2": "2.0.0-beta.12",
"angular2": "2.0.0-beta.13",
"async": "1.5.2",
"balanced-match": "0.3.0",
"bootstrap": "3.3.6",
Expand Down

0 comments on commit 91e4ad1

Please sign in to comment.