@airtasker/form-schema-compiler
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -73,2 +73,2 @@ "use strict"; | ||
// [minimum version, maximum version] | ||
var COMPATIBLE_SCHEMA_VERSION = exports.COMPATIBLE_SCHEMA_VERSION = ["0.0.1", "0.0.8"]; | ||
var COMPATIBLE_SCHEMA_VERSION = exports.COMPATIBLE_SCHEMA_VERSION = ["0.0.1", "0.0.12"]; |
{ | ||
"name": "@airtasker/form-schema-compiler", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "a form schema compiler", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --ignore test.js", | ||
"build:umd": "cross-env BABEL_ENV=rollup NODE_ENV=development rollup -c -o dist/form-schema-compiler.js", | ||
"build:umd:min": "cross-env BABEL_ENV=rollup NODE_ENV=min rollup -c -o dist/form-schema-compiler.min.js", | ||
"build:commonjs": | ||
"cross-env BABEL_ENV=commonjs babel src --out-dir lib --ignore test.js", | ||
"build:umd": | ||
"cross-env BABEL_ENV=rollup NODE_ENV=development rollup -c -o dist/form-schema-compiler.js", | ||
"build:umd:min": | ||
"cross-env BABEL_ENV=rollup NODE_ENV=min rollup -c -o dist/form-schema-compiler.min.js", | ||
"build": "npm run build:commonjs", | ||
@@ -19,15 +22,4 @@ "clean": "rimraf lib dist coverage", | ||
}, | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"src", | ||
"es" | ||
], | ||
"keywords": [ | ||
"react", | ||
"reactjs", | ||
"backbone", | ||
"flux", | ||
"redux" | ||
], | ||
"files": ["dist", "lib", "src", "es"], | ||
"keywords": ["react", "reactjs", "backbone", "flux", "redux"], | ||
"author": "Zhenxi (Eric) Chen <eric.chen@airtasker.com>", | ||
@@ -34,0 +26,0 @@ "license": "MIT", |
@@ -95,2 +95,2 @@ export const TYPES = { | ||
// [minimum version, maximum version] | ||
export const COMPATIBLE_SCHEMA_VERSION = ["0.0.1", "0.0.8"]; | ||
export const COMPATIBLE_SCHEMA_VERSION = ["0.0.1", "0.0.12"]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115351