Skip to content

Commit

Permalink
Merge pull request #7 from kyubisation/develop
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
kyubisation authored Oct 20, 2018
2 parents 674b309 + 94816b0 commit 24a8bb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
*.spec.d.ts
tsconfig.json
.editorconfig
testing
test
.nyc_output
coverage
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-server-side-configuration",
"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",
Expand All @@ -9,8 +9,7 @@
"clean": "rimraf .nyc_output coverage src/*.d.ts src/*.js",
"pretest": "npm run clean",
"test": "nyc mocha ./src/*.spec.ts",
"prepack": "tsc",
"postpublish": "npm run clean"
"prepack": "tsc"
},
"nyc": {
"check-coverage": true,
Expand Down

0 comments on commit 24a8bb2

Please sign in to comment.