roles/qb.nrser_js/vars/main.yml in qb-0.1.30 vs roles/qb.nrser_js/vars/main.yml in qb-0.1.31
- old
+ new
@@ -1,14 +1,15 @@
---
# vars file for nrser.js
nrser_js_deps:
lodash: "^4.16.2"
- nrser: "^0.3.1"
+ nrser: "^0.5.0"
tcomb: "^3.2.15"
nrser_js_dev_deps:
+ "@nrser/ugh": "^0.1.6"
babel-cli: "^6.16.0"
babel-core: "^6.17.0"
babel-plugin-metalog: "^0.1.0"
babel-plugin-tcomb: "^0.3.13"
babel-plugin-transform-export-extensions: "^6.8.0"
@@ -24,5 +25,12 @@
gulp-util: "^3.0.7"
istanbul: "^0.4.5"
kexec: "^3.0.0"
mocha: "^3.1.2"
node-notifier: "^4.6.1"
+
+nrser_js_package_scripts:
+ clean: gulp clean
+ build: "gulp build:this"
+ build-all: gulp build
+ test: gulp mocha
+ watch: gulp watch
\ No newline at end of file