Skip to content

Commit

Permalink
Update angular2 to just angular
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonatan committed Feb 16, 2017
1 parent 5979b25 commit de26d6a
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
@@ -1,7 +1,7 @@
{
"name": "angular2-linky",
"name": "angular-linky",
"version": "1.2.2",

This comment has been minimized.

Copy link
@remigasas

remigasas Feb 2, 2018

Should this change increase version ?

"description": "Pipe to find links in text input and turn them into html links",
"description": "Angular pipe to find links in text input and turn them into html links",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
Expand All @@ -12,18 +12,18 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/dzonatan/angular2-linky.git"
"url": "git+https://github.com/dzonatan/angular-linky.git"
},
"keywords": [
"angular2",
"angular",
"linky"
],
"author": "Rokas Brazdzionis <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dzonatan/angular2-linky/issues"
"url": "https://github.com/dzonatan/angular-linky/issues"
},
"homepage": "https://github.com/dzonatan/angular2-linky#readme",
"homepage": "https://github.com/dzonatan/angular-linky#readme",
"dependencies": {
"@types/autolinker": "^0.24.28",
"autolinker": "^1.1.0"
Expand Down

0 comments on commit de26d6a

Please sign in to comment.