Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskello committed Mar 13, 2018
1 parent 4f67171 commit 5a3a57a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "tsconfig-paths",
"version": "3.1.1",
"description":
"Load node modules according to tsconfig paths, in run-time or via API.",
"version": "3.1.2",
"description": "Load node modules according to tsconfig paths, in run-time or via API.",
"main": "lib/index.js",
"types": "lib/index",
"author": "Jonas Kello",
Expand Down Expand Up @@ -35,8 +34,7 @@
},
"scripts": {
"start": "cd src && ts-node index.ts",
"example:node":
"yarn build && cd example/node && ts-node -r ../register.js main.ts",
"example:node": "yarn build && cd example/node && ts-node -r ../register.js main.ts",
"example:api": "cd example/api && ts-node main.ts",
"example:perf": "cd example/perf && ts-node main.ts",
"test": "mocha",
Expand All @@ -52,6 +50,10 @@
"publish:patch": "yarn build && node scripts/publish.js patch"
},
"lint-staged": {
"*.ts": ["tslint", "prettier --write", "git add"]
"*.ts": [
"tslint",
"prettier --write",
"git add"
]
}
}

0 comments on commit 5a3a57a

Please sign in to comment.