diff --git a/package.json b/package.json index 51569da..0cb38c0 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",