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.
2 parents 674b309 + 94816b0 commit 24a8bb2Copy full SHA for 24a8bb2
.npmignore
@@ -4,6 +4,6 @@
4
*.spec.d.ts
5
tsconfig.json
6
.editorconfig
7
-testing
+test
8
.nyc_output
9
coverage
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-server-side-configuration",
3
- "version": "1.0.0-alpha.0",
+ "version": "1.0.0",
"description": "Configure an angular application on the server",
"main": "./src/main.js",
"module": "./src/index.js",
@@ -9,8 +9,7 @@
"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