cycle-gyronorm-driver
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "cycle-gyronorm-driver", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A Cycle.js driver for accessing accelerometer and gyroscope data using Gyronorm.js", | ||
@@ -21,5 +21,4 @@ "author": "Michael Jae-Yoon Chung", | ||
"build:es6": "../../node_modules/.bin/tsc --project tsconfig.json --module es6 --outDir lib/es6", | ||
"build:doc": "../../node_modules/.bin/markdox ./src/* -o api.md && sed -i '1s/^.*$/\\n# API/' api.md && sed -i 's/^#.*/#&/' api.md && cat ../../docs/readmes/${PWD##*/}.md api.md > README.md && rm api.md", | ||
"build": "npm run build:cjs; npm run build:es6" | ||
"build:doc": "../../node_modules/.bin/markdox ./src/* -o api.md && sed -i '1s/^.*$/\\n# API/' api.md && sed -i 's/^#.*/#&/' api.md && cat ../../docs/readmes/${PWD##*/}.md api.md > README.md && rm api.md" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10227