pebble-platform-sdk
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "pebble-platform-sdk", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Tool to compile and package pebble packages/apps/watchfaces compiling with different sdk version per platform", | ||
@@ -13,3 +13,3 @@ "author": "Gavriel Fleischer <flocsy@gmail.com>", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"postinstall": "V=`pebble sdk list|grep '(active)'|sed -e 's/ .*(active)//'`;npm install npm-add-script;cd ../..;node_modules/pebble-platform-sdk/node_modules/.bin/npmAddScript -k build -v \"pebble-platform-sdk aplite=${V} basalt=${V} chalk=${V} diorite=${V} emery=${V}\"" | ||
"postinstall": "npm install npm-add-script;cd ../..;node_modules/pebble-platform-sdk/node_modules/.bin/npmAddScript -k build -v \"pebble-platform-sdk aplite=3.13.1 basalt=3.13.1 chalk=3.13.1 diorite=4.0 emery=4.2\"" | ||
}, | ||
@@ -16,0 +16,0 @@ "license": "ISC", |
@@ -12,3 +12,3 @@ # pebble-platform-sdk | ||
```javascript | ||
"build": "pebble-platform-sdk aplite=4.2 basalt=4.2 chalk=4.2 diorite=4.2 emery=4.2" | ||
"build": "pebble-platform-sdk aplite=3.13.1 basalt=3.13.1 chalk=3.13.1 diorite=4.0 emery=4.2" | ||
``` | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
3779