Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pebble-platform-sdk

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pebble-platform-sdk - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

bin/add-pebble-platform-sdk-scripts

7

package.json
{
"name": "pebble-platform-sdk",
"version": "0.0.3",
"version": "0.0.4",
"description": "Tool to compile and package pebble packages/apps/watchfaces compiling with different sdk version per platform",

@@ -9,7 +9,8 @@ "author": "Gavriel Fleischer <flocsy@gmail.com>",

"bin": {
"pebble-platform-sdk": "bin/pebble-platform-sdk"
"pebble-platform-sdk": "bin/pebble-platform-sdk",
"add-pebble-platform-sdk-scripts": "bin/add-pebble-platform-sdk-scripts"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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\""
"add-pebble-platform-sdk-scripts": "[ -f package.json ] && grep '\"build-all\":' package.json || npm install npm-add-script && cd ../.. && node_modules/pebble-platform-sdk/node_modules/.bin/npmAddScript -k build-all -v \"pebble-platform-sdk aplite=3.13.1 basalt=3.13.1 chalk=3.13.1 diorite=4.0 emery=4.2.2\""
},

@@ -16,0 +17,0 @@ "license": "ISC",

@@ -7,2 +7,3 @@ # pebble-platform-sdk

npm install pebble-platform-sdk --save-dev
npm run add-pebble-platform-sdk-scripts
```

@@ -13,3 +14,3 @@

```javascript
"build": "pebble-platform-sdk aplite=3.13.1 basalt=3.13.1 chalk=3.13.1 diorite=4.0 emery=4.2"
"build-all": "pebble-platform-sdk aplite=3.13.1 basalt=3.13.1 chalk=3.13.1 diorite=4.0 emery=4.2.2"
```

@@ -21,5 +22,5 @@

```shell
npm run build
npm run build-all
```
The output will be `${package.name}-${package.version}.pbw` in the project directory
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc