This commit is contained in:
parent
ee6ee57d12
commit
b99a2976b8
@ -19,7 +19,7 @@
|
||||
"../../README.md"
|
||||
],
|
||||
"readme": "",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.8",
|
||||
"main": "./lib/index.js",
|
||||
"typings": "./lib/index.d.ts",
|
||||
"repository": {
|
||||
@ -29,7 +29,7 @@
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"lint": "tslint -c tslint.json src/**/*.ts",
|
||||
"prepublishOnly": "rm README.md && cp ../../README.md . && rimraf lib && npm run build"
|
||||
"prepublishOnly": "pwsh -command 'rm README.md; cp ../../README.md . && rimraf lib && npm run build'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/tmp": "^0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user