Skip to content

Commit 94816b0

Browse files
committed
Prepare version 1.0.0
1 parent 239c6be commit 94816b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-server-side-configuration",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0",
44
"description": "Configure an angular application on the server",
55
"main": "./src/main.js",
66
"module": "./src/index.js",
@@ -9,8 +9,7 @@
99
"clean": "rimraf .nyc_output coverage src/*.d.ts src/*.js",
1010
"pretest": "npm run clean",
1111
"test": "nyc mocha ./src/*.spec.ts",
12-
"prepack": "tsc",
13-
"postpublish": "npm run clean"
12+
"prepack": "tsc"
1413
},
1514
"nyc": {
1615
"check-coverage": true,

0 commit comments

Comments
 (0)