We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dcee3 commit cfff617Copy full SHA for cfff617
package.json
@@ -7,7 +7,7 @@
7
"build:demo": "ng build --prod",
8
"build:lib": "copyfiles package.json projects/angular-draggable-droppable && ng build angular-draggable-droppable && npm run copyfiles",
9
"build:clean": "rm -rf dist",
10
- "copyfiles": "copyfiles CHANGELOG.md dist/angular-draggable-droppable",
+ "copyfiles": "copyfiles CHANGELOG.md README.md LICENSE dist/angular-draggable-droppable",
11
"test": "npm run lint && ng test angular-draggable-droppable --watch=false --code-coverage && npm run build:lib && npm run build:clean",
12
"test:watch": "ng test angular-draggable-droppable",
13
"lint": "ng lint && ng lint angular-draggable-droppable",
0 commit comments