Fix: Issues #14,#15,#19,#20. Ref: Deleted angular-librarian and added scripts in package.json to manage publishing; Version upgrade
This commit is contained in:
parent
2726231e1a
commit
c1d07a1af1
65 changed files with 22464 additions and 1460 deletions
28
src/distPackage.json
Normal file
28
src/distPackage.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "angular-amazing",
|
||||
"version": "1.0.0",
|
||||
"description": "An amazing module for Angular.",
|
||||
"main": "bundles/amazing.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"keywords": [
|
||||
"angular",
|
||||
"angular2",
|
||||
"angular 2",
|
||||
"angular4"
|
||||
],
|
||||
"author": "Your name",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/youraccount/angular-amazing.git"
|
||||
},
|
||||
"homepage": "https://github.com/youraccount/angular-amazing",
|
||||
"bugs": {
|
||||
"url": "https://github.com/youraccount/angular-amazing/issues"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/core": "^2.4.0 || ^4.0.0",
|
||||
"rxjs": "^5.0.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue