Skip to content

Commit e024197

Browse files
committed
[Add]Add configuration
1 parent bbe63c2 commit e024197

File tree

2 files changed

+56
-20
lines changed

2 files changed

+56
-20
lines changed

ng-package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"title": "ng2tree-common",
4-
"description": "JSON Schema for `ng-package.json` description file",
54
"lib": {
65
"entryFile": "public_api.ts"
76
}

package.json

Lines changed: 56 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,50 @@
11
{
22
"name": "ng2tree",
3-
"version": "0.0.0",
3+
"version": "1.0.1",
4+
"description": "A Simple and Universal angular2+ tree component",
5+
"author": "courage007 <wang_xufa@163.com>",
6+
"homepage": "https://github.com/courage007/AngularTree",
47
"license": "MIT",
8+
"keywords": [
9+
"ng2tree-common",
10+
"ng2tree",
11+
"ng2-tree",
12+
"ng2 tree",
13+
"ng tree",
14+
"angular2tree",
15+
"angular2-tree",
16+
"angular2 tree",
17+
"angular tree",
18+
"angular2treecomponent",
19+
"angular2-tree-component",
20+
"angular2 tree component",
21+
"angulartreecomponent",
22+
"angular-tree-component",
23+
"angular tree component",
24+
"tree"
25+
],
526
"scripts": {
627
"ng": "ng",
728
"start": "ng serve",
829
"build": "ng build --prod",
930
"test": "ng test",
1031
"lint": "ng lint",
11-
"e2e": "ng e2e"
32+
"e2e": "ng e2e",
33+
"packagr": "ng-packagr -p ng-package.json",
34+
"clean": "npm run clean:typescript && rimraf node_modules && npm cache clean",
35+
"clean:typescript": "rimraf dist"
36+
},
37+
"private": false,
38+
"readme": "https://github.com/courage007/AngularTree/blob/master/README.md",
39+
"contributors": [
40+
"courage007 <wang_xufa@163.com>"
41+
],
42+
"peerDependencies": {
43+
"@angular/common": ">=2.0.0",
44+
"@angular/core": ">=2.0.0",
45+
"core-js": "^2.4.1"
1246
},
13-
"private": true,
1447
"dependencies": {
15-
"@angular/animations": "^5.2.0",
16-
"@angular/common": "^5.2.0",
17-
"@angular/compiler": "^5.2.0",
18-
"@angular/core": "^5.2.11",
19-
"@angular/forms": "^5.2.0",
20-
"@angular/http": "^5.2.0",
21-
"@angular/platform-browser": "^5.2.0",
22-
"@angular/platform-browser-dynamic": "^5.2.0",
23-
"@angular/router": "^5.2.0",
24-
"@types/lodash": "^4.14.109",
25-
"core-js": "^2.4.1",
26-
"lodash-es": "^4.17.10",
27-
"rxjs": "^5.5.6",
28-
"zone.js": "^0.8.19"
2948
},
3049
"devDependencies": {
3150
"@angular/cli": "~1.7.4",
@@ -45,6 +64,24 @@
4564
"protractor": "~5.1.2",
4665
"ts-node": "~4.1.0",
4766
"tslint": "~5.9.1",
48-
"typescript": "~2.5.3"
67+
"typescript": "~2.5.3",
68+
"@angular/animations": "^5.2.0",
69+
"@angular/common": "^5.2.0",
70+
"@angular/compiler": "^5.2.0",
71+
"@angular/core": "^5.2.11",
72+
"@angular/forms": "^5.2.0",
73+
"@angular/http": "^5.2.0",
74+
"@angular/platform-browser": "^5.2.0",
75+
"@angular/platform-browser-dynamic": "^5.2.0",
76+
"@angular/router": "^5.2.0",
77+
"@types/lodash": "^4.14.109",
78+
"core-js": "^2.4.1",
79+
"lodash-es": "^4.17.10",
80+
"rxjs": "^5.5.6",
81+
"zone.js": "^0.8.19"
82+
},
83+
"repository": "https://github.com/courage007/AngularTree.git",
84+
"bugs": {
85+
"url": "https://github.com/courage007/AngularTree/issues"
4986
}
50-
}
87+
}

0 commit comments

Comments
 (0)