@uidu/forms
Advanced tools
Comparing version 0.3.4 to 0.4.17
{ | ||
"name": "@uidu/forms", | ||
"version": "0.3.4", | ||
"version": "0.4.17", | ||
"description": "Forms using Formsy", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"jsnext:main": "dist/index.js", | ||
"repository": { | ||
@@ -14,3 +16,3 @@ "type": "git", | ||
"scripts": { | ||
"build": "babel src -d dist", | ||
"build": "NODE_ENV=production babel src --out-dir dist", | ||
"lint": "eslint lib/**; exit 0", | ||
@@ -17,0 +19,0 @@ "lint:watch": "esw -w lib/**", |
220427