Skip to content

Commit

Permalink
build: add license to library package.json (#843)
Browse files Browse the repository at this point in the history
closes #842
  • Loading branch information
tobiasengelhardt committed Jul 20, 2020
1 parent c2edf38 commit 23476c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"rollup": "./node_modules/.bin/rollup -c rollup.config.js dist/angular-tree-component.js -o dist/angular-tree-component.umd.js",
"build": "npm run lint && npm run clean:typescript && ng build angular-tree-component",
"build:win": "npm run lint && npm run clean:typescript && ng build angular-tree-component",
"prepublish:lib:win": "npm run build:lib && npm run copy:files:win",
"start:example-app": "ng serve",
"example:cli": "./node_modules/.bin/ngc && cp lib/angular-tree-component.css dist && cd example/cli && npm install && cp -rf ../../dist node_modules/angular-tree-component/ && ./node_modules/.bin/ng serve",
"example:cli:win": ".\\node_modules\\.bin\\ngc && cd example\\cli && npm install && npm install ..\\..\\ && .\\node_modules\\.bin\\ng serve",
Expand Down
8 changes: 8 additions & 0 deletions projects/angular-tree-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"name": "@circlon/angular-tree-component",
"author": "Circlon Group <os-group@circlon.de>",
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
"license": "MIT",
"version": "9.0.2",
"repository": "https://github.com/CirclonGroup/angular-tree-component.git",
"bugs": {
"url": "https://github.com/CirclonGroup/angular-tree-component/issues"
},
"readme": "https://github.com/CirclonGroup/angular-tree-component/blob/master/README.md",
"peerDependencies": {
"core-js": "^2.5.4"
},
Expand Down

0 comments on commit 23476c8

Please sign in to comment.