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 f7b889e commit 9c68261Copy full SHA for 9c68261
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "angular-web-bluetooth-starter",
3
- "version": "11.2.0",
+ "version": "11.2.1",
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
7
"prestart": "npm run build",
8
- "prebuild": "ng build @manekinekko/angular-web-bluetooth --prod",
+ "prebuild": "ng build @manekinekko/angular-web-bluetooth --prod && cp README.md dist/manekinekko/angular-web-bluetooth/",
9
"build": "ng build angular-web-bluetooth-starter --prod",
10
"postbuild": "npm run docs",
11
"test": "echo 'skipping test'",
projects/manekinekko/angular-web-bluetooth/package.json
@@ -1,6 +1,6 @@
"name": "@manekinekko/angular-web-bluetooth",
"license": "MIT",
"author": {
"name": "Wassim Chegham",
0 commit comments