Skip to content

Commit

Permalink
build: version hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed May 19, 2018
1 parent 3986823 commit 63b09ab
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
"name": "@dropb/diskinfo",
"version": "1.0.2",
"description": "Get disk usage info",
"keywords": [
"df",
"disk",
"wmic",
"filesystem",
"mount",
"size"
],
"keywords": ["df", "disk", "wmic", "filesystem", "mount", "size"],
"author": {
"name": "kukhariev",
"email": "q_h@inbox.ru"
Expand All @@ -19,9 +12,7 @@
"npm": ">= 6.0.0"
},
"license": "MIT",
"files": [
"lib"
],
"files": ["lib"],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand All @@ -30,7 +21,9 @@
"test": "./node_modules/.bin/mocha",
"test:watch": "./node_modules/.bin/mocha --watch",
"build-ts": "tsc",
"tslint": "tslint -c tslint.json -p tsconfig.json"
"tslint": "tslint -c tslint.json -p tsconfig.json",
"preversion": "npm run build",
"postversion": "git push --follow-tags && npm publish"
},
"devDependencies": {
"@types/chai": "^4.1.3",
Expand Down

0 comments on commit 63b09ab

Please sign in to comment.