Skip to content

Commit

Permalink
Merge pull request #14 from kyubisation/hotfix/v1.1.1
Browse files Browse the repository at this point in the history
Hotfix/v1.1.1
  • Loading branch information
kyubisation authored Dec 18, 2018
2 parents 2edc9ac + c14f55d commit 2bc156e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-server-side-configuration",
"version": "1.1.0",
"version": "1.1.1",
"description": "Configure an angular application on the server",
"main": "./main.js",
"module": "./index.js",
Expand All @@ -13,7 +13,7 @@
"build:ts": "rollup -c rollup.config.js",
"build:dts": "dts-bundle-generator -o index.d.ts ./src/index.ts",
"build:docs": "typedoc --theme markdown --out documentation --mode modules --exclude **/*.spec.ts src",
"build": "npm run build:ts && npm run build:dts && npm run build:docs",
"build": "npm run build:ts && npm run build:dts",
"pretest": "npm run clean",
"test": "nyc mocha './src/**/*.spec.ts'",
"wintest": "nyc mocha ./src/**/*.spec.ts",
Expand Down

0 comments on commit 2bc156e

Please sign in to comment.