We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9b304 commit b77ddd8Copy full SHA for b77ddd8
package.json
@@ -8,7 +8,7 @@
8
"install-sample-from-source": "node ./scripts/install-sample-from-source.js samples/photo_album",
9
"install-sample-from-source:jquery": "node ./scripts/install-sample-from-source.js samples/photo_album_with_jquery",
10
"build": "ng build angular-cld && npm run copy-lib-assets",
11
- "copy-lib-assets": "cp \"LICENSE\" \"CHANGELOG.md\" \"dist/angular-cld\"",
+ "copy-lib-assets": "cp \"LICENSE\" \"CHANGELOG.md\" \"README.md\" \"dist/angular-cld\"",
12
"bundlewatch": "bundlewatch --config bundlewatch.config.js"
13
},
14
"private": true,
0 commit comments