babel-plugin-transform-pattern-matching
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "babel-plugin-transform-pattern-matching", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "transform pattern mathing", | ||
@@ -17,5 +17,3 @@ "main": "index.js", | ||
"clean": "rm -rf __tests__ *.js *.map", | ||
"build": "npm run clean && babel src --source-maps --out-dir .", | ||
"build.prod": "NODE_ENV=production npm run build", | ||
"build.dev": "NODE_ENV=development npm run build -- --watch", | ||
"build": "npm run clean && babel src --source-maps --out-dir dist", | ||
"lint": "flow check && echo 'eslint src disabled: babel 6 plugin not ready'", | ||
@@ -49,11 +47,11 @@ "test": "npm run lint && mocha", | ||
"devDependencies": { | ||
"babel-cli": "^6.1.2", | ||
"babel-core": "^6.1.2", | ||
"babel-plugin-syntax-flow": "^6.0.14", | ||
"babel-plugin-transform-flow-strip-types": "^6.0.14", | ||
"babel-preset-es2015": "^6.1.2", | ||
"babel-preset-stage-0": "^6.1.2", | ||
"glob": "^5.0.15", | ||
"babel-cli": "^6.1.18", | ||
"babel-core": "^6.1.21", | ||
"babel-plugin-syntax-flow": "^6.1.18", | ||
"babel-plugin-transform-flow-strip-types": "^6.1.18", | ||
"babel-preset-es2015": "^6.1.18", | ||
"babel-preset-stage-0": "^6.1.18", | ||
"glob": "^6.0.1", | ||
"mocha": "^2.3.3" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4805
3
1
75