Skip to content

Commit

Permalink
Updated dependancies and modified some test code
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkers committed Apr 9, 2018
1 parent ea303e9 commit e2c401c
Show file tree
Hide file tree
Showing 5 changed files with 1,925 additions and 1,022 deletions.
5 changes: 3 additions & 2 deletions lib/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function createFiles(options) {
function createPackageJSON(app_name, runtime) {
const strategy = `thingssdk-${runtime}-strategy`;
const strategyVersions = {
espruino: "~1.0.2"
espruino: "~1.0.3"
};
const pkg = {
name: app_name,
Expand All @@ -203,7 +203,8 @@ function createPackageJSON(app_name, runtime) {
scripts: {
dev: "node ./scripts/upload development && npm run repl",
deploy: "node ./scripts/upload production",
repl: "node ./scripts/repl"
repl: "node ./scripts/repl",
postinstall: "rimraf node_modules/bluetooth-hci-socket"
},
devDependencies: {
"thingssdk-deployer": "~1.0.1",
Expand Down
Loading

0 comments on commit e2c401c

Please sign in to comment.