We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3362cf7 commit 8344fe3Copy full SHA for 8344fe3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "arduino-iot-js",
3
- "version": "0.6.0-beta.0",
+ "version": "0.6.0-beta.1",
4
"license": "GPLv3",
5
"description": "JS module providing Arduino Create IoT Cloud Connection",
6
"main": "./lib/index.js",
@@ -49,7 +49,9 @@
49
"lint": "./node_modules/.bin/eslint src",
50
"lint-fix": "./node_modules/.bin/eslint --fix src --ext .js",
51
"clean": "rimraf lib es dist",
52
- "build": "npm run clean && rollup -c && rollup -c ./rollup.config.lib.js"
+ "build:es": "rollup -c",
53
+ "build:lib": "TS_NODE_PROJECT='./tsconfig.commonjs.json' && rollup -c ./rollup.config.lib.js",
54
+ "build": "npm run clean && npm run build:es && npm run build:lib"
55
},
56
"repository": {
57
"type": "git",
0 commit comments