Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Caballerog committed Aug 18, 2016
1 parent 4c55337 commit ab5b76c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-inline-editor",
"version": "0.1.0-rc.9",
"version": "0.1.0-rc.10",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
Expand Down Expand Up @@ -30,9 +30,9 @@
"dependencies": {
},
"devDependencies": {
"@angular/core": "2.0.0-rc.5",
"@angular/common": "2.0.0-rc.5",
"@angular/compiler": "^2.0.0-rc.5",
"@angular/core": "2.0.0-rc.4",
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"codelyzer": "^0.0.20",
"rxjs": "5.0.0-beta.6",
"tslint": "^3.6.0",
Expand Down

0 comments on commit ab5b76c

Please sign in to comment.