Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
Boetzkes, Yannick authored and Boetzkes, Yannick committed Dec 20, 2020
1 parent cfc056d commit a920719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@
"postbuild": "yarn run copy:files",
"clean": "yarn run rimraf ../../dist/libs/akita/schematics",
"copy:files": "yarn run copyfiles -u 1 \"src/**/files/**/*\" dist/ && yarn run copyfiles -u 1 \"src/README.md\" dist/",
"release": "cd dist && np"
"release": "np --contents=dist"
},
"keywords": [
"schematics"
],
"repository": {
"type": "git",
"url": "https://github.com/yackinn/angular-schematics.git",
"directory": "dist"
},
"author": "",
"license": "MIT",
"schematics": "./src/collection.json",
Expand Down
1 change: 0 additions & 1 deletion sample-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.0.5",
"@angular/common": "~11.0.5",
Expand Down

0 comments on commit a920719

Please sign in to comment.