Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonatan committed Sep 19, 2016
1 parent a7ae341 commit 6f13261
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"typings": "./index.d.ts",
"scripts": {
"pretest": "npm run build",
"test": "./node_modules/.bin/karma start",
"build": "./node_modules/.bin/tsc",
"test": "karma start",
"build": "tsc",
"prepublish": "npm run build"
},
"repository": {
Expand All @@ -25,14 +25,13 @@
},
"homepage": "https://github.com/dzonatan/angular2-linky#readme",
"dependencies": {
"@types/autolinker": "^0.24.28",
"autolinker": "^1.1.0"
},
"devDependencies": {
"@angular/core": "^2.0.0-rc.7",
"@types/autolinker": "^0.24.27",
"@angular/core": "^2.0.0",
"@types/es6-shim": "0.0.31",
"@types/jasmine": "^2.2.31",
"autolinker": "0.27.0",
"es6-shim": "^0.35.1",
"jasmine-core": "^2.5.1",
"karma": "^1.1.2",
Expand Down

0 comments on commit 6f13261

Please sign in to comment.