Skip to content

Commit 24a8bb2

Browse files
authored
Merge pull request #7 from kyubisation/develop
v1.0.0
2 parents 674b309 + 94816b0 commit 24a8bb2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
*.spec.d.ts
55
tsconfig.json
66
.editorconfig
7-
testing
7+
test
88
.nyc_output
99
coverage

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)