skip-local-postinstall
Advanced tools
Comparing version
@@ -5,2 +5,4 @@ # Changelog | ||
### [2.0.2](https://github.com/tobua/skip-local-postinstall/compare/v2.0.1...v2.0.2) (2021-03-20) | ||
### [2.0.1](https://github.com/tobua/skip-local-postinstall/compare/v2.0.0...v2.0.1) (2021-03-16) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "skip-local-postinstall", | ||
"description": "Skip postinstall on local npm installs.", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"repository": "github:tobua/skip-local-postinstall", | ||
"scripts": { | ||
"build": "padua build", | ||
"start": "padua watch" | ||
}, | ||
"license": "MIT", | ||
"author": "Matthias Giger", | ||
"padua": { | ||
@@ -18,3 +16,3 @@ "source": true | ||
"source": "./index.js", | ||
"types": "./index.d.ts", | ||
"types": "index.d.ts", | ||
"files": [ | ||
@@ -25,3 +23,3 @@ "**/*.js", | ||
"devDependencies": { | ||
"padua": "^0.3.2" | ||
"padua": "^0.3.4" | ||
}, | ||
@@ -28,0 +26,0 @@ "prettier": "padua/configuration/.prettierrc.json", |
@@ -26,3 +26,3 @@ # skip-local-postinstall | ||
In cases where you want a compiled postinstall script (i.e. source in TypeScript) this plugin also includes a bin script. It's arguments will be passed directly to the `node` command and can include additional arguments apart from the file to run. | ||
In cases where you want to run a postinstall script for compiled files (i.e. source in TypeScript) the file will not be there when installing the package locally. To address that this plugin also includes a bin script. It's arguments will be passed directly to the `node` command and can include additional arguments apart from the file to run. | ||
@@ -29,0 +29,0 @@ ```js |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
4810
3.64%0
-100%1
-50%