Skip to content

Commit

Permalink
fix(): release 2.0.0 really
Browse files Browse the repository at this point in the history
  • Loading branch information
Ks89 committed Jul 23, 2018
1 parent a54c87e commit 6ea313d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"description": "Angular2 Codemirror component",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "node_modules/.bin/ngc -p tsconfig-aot.json"
},
"keywords": [
"angular",
"angular2",
Expand All @@ -17,13 +13,10 @@
"component",
"codemirror"
],
"private": false,
"authors": "Simon Babay",
"contributors": [
{
"name": "Stefano Cappa",
"email": "[email protected]",
"url": "https://github.com/Ks89"
}
"Stefano Cappa <[email protected]> (https://github.com/Ks89)"
],
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -57,5 +50,8 @@
"@angular/core": "^2.1.0 || ^4.0.0",
"@angular/forms": "^2.1.0 || ^4.0.0",
"@angular/common": "^2.1.0 || ^4.0.0"
},
"directories": {
"lib": "lib"
}
}

0 comments on commit 6ea313d

Please sign in to comment.