4.3-beta1
Pre-release
Pre-release
Pebble tool v4.3-beta1 adds support for Pebble Packages, our new npm-based package system! Note that this functionality requires SDK 3.13, which has not yet been released.
- Added support for modern
package.json
-based pebble projects - Added support to
convert-project
for convertingappinfo.json
topackage.json
(merging with an existingpackage.json
, if any). - Added
pebble new-package
. - Added
pebble package install
andpebble package uninstall
. - Added a meaningful error message when attempting to compile a pebble.js project.