@osmonauts/lcd
Advanced tools
Comparing version
{ | ||
"name": "@osmonauts/lcd", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "Telescope LCDClient helpers", | ||
@@ -27,8 +27,4 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"prepare": "npm run build", | ||
"dev": "cross-env NODE_ENV=development babel-node src/index", | ||
"watch": "cross-env NODE_ENV=development babel-watch src/index", | ||
"lint": "eslint src --fix", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:debug": "node --inspect node_modules/.bin/jest --runInBand" | ||
"lint": "eslint .", | ||
"format": "eslint . --fix" | ||
}, | ||
@@ -86,3 +82,3 @@ "jest": { | ||
}, | ||
"gitHead": "0a8ab54746bbb06ca847dadf4ccf0ce68e517d35" | ||
"gitHead": "a5ef034aed396b77324debbc3354b6cbbc446ebc" | ||
} |
9035
-2.54%