Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "defop", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A helper function to work with es2015 default options", | ||
"main": "dst/lib/index.js", | ||
"scripts": { | ||
"build": "babel --source-maps --out-dir dst src", | ||
"build": "babel --out-dir dst src", | ||
"test": "tap --cov -R spec ./dst/tst/index.js", | ||
@@ -30,6 +30,8 @@ "pretest": "npm run build", | ||
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.3.13", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.16", | ||
"babel-plugin-transform-es2015-parameters": "^6.3.26", | ||
"eslint": "^1.10.3", | ||
"source-map-support": "^0.4.0", | ||
"tap": "^2.3.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
12407
11
7