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 239c6be commit 94816b0Copy full SHA for 94816b0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-server-side-configuration",
3
- "version": "1.0.0-alpha.0",
+ "version": "1.0.0",
4
"description": "Configure an angular application on the server",
5
"main": "./src/main.js",
6
"module": "./src/index.js",
@@ -9,8 +9,7 @@
9
"clean": "rimraf .nyc_output coverage src/*.d.ts src/*.js",
10
"pretest": "npm run clean",
11
"test": "nyc mocha ./src/*.spec.ts",
12
- "prepack": "tsc",
13
- "postpublish": "npm run clean"
+ "prepack": "tsc"
14
},
15
"nyc": {
16
"check-coverage": true,
0 commit comments