Skip to content

Commit cfff617

Browse files
committed
fix: include readme and licence in npm
1 parent 47dcee3 commit cfff617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build:demo": "ng build --prod",
88
"build:lib": "copyfiles package.json projects/angular-draggable-droppable && ng build angular-draggable-droppable && npm run copyfiles",
99
"build:clean": "rm -rf dist",
10-
"copyfiles": "copyfiles CHANGELOG.md dist/angular-draggable-droppable",
10+
"copyfiles": "copyfiles CHANGELOG.md README.md LICENSE dist/angular-draggable-droppable",
1111
"test": "npm run lint && ng test angular-draggable-droppable --watch=false --code-coverage && npm run build:lib && npm run build:clean",
1212
"test:watch": "ng test angular-draggable-droppable",
1313
"lint": "ng lint && ng lint angular-draggable-droppable",

0 commit comments

Comments
 (0)