Skip to content

Commit

Permalink
fix: postinstall script (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianhopebailie committed Sep 12, 2018
1 parent 0b44096 commit d69f04e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 31 deletions.
34 changes: 8 additions & 26 deletions packages/ilp-logger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions packages/ilp-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"version": "1.1.1",
"description": "Logging utility for Interledger modules",
"main": "src/index.js",
"files": [
"src/**/*.js",
"src/**/*.js.map",
"src/**/*.d.ts"
],
"scripts": {
"postinstall": "npm run build",
"build": "tsc --project .",
"prepare": "tsc",
"build": "tsc",
"lint": "tslint --project .",
"lint:fix": "tslint --fix --project .",
"test": "nyc mocha",
Expand All @@ -22,8 +27,7 @@
"@types/debug": "^0.0.30",
"debug": "^4.0.0",
"source-map-support": "^0.5.9",
"supports-color": "^5.5.0",
"typescript": "^3.0.3"
"supports-color": "^5.5.0"
},
"devDependencies": {
"@types/chai": "^4.1.4",
Expand All @@ -39,7 +43,8 @@
"sinon": "^6.0.1",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.12.0"
"typedoc": "^0.12.0",
"typescript": "^3.0.3"
},
"nyc": {
"check-coverage": true,
Expand Down

0 comments on commit d69f04e

Please sign in to comment.