dotenv-utils
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "dotenv-utils", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Covert env var strings to other types", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"repository": { | ||
@@ -11,2 +11,5 @@ "type": "git", | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"build": "babel index.js -d dist --ignore *.test.js", | ||
"prepublish": "npm run clean && npm run build", | ||
"test": "ava" | ||
@@ -26,4 +29,8 @@ }, | ||
"devDependencies": { | ||
"ava": "^0.17.0" | ||
"ava": "^0.17.0", | ||
"babel-cli": "^6.23.0", | ||
"babel-core": "^6.23.1", | ||
"babel-preset-latest": "^6.22.0", | ||
"rimraf": "^2.6.1" | ||
} | ||
} |
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
9201
7
5