Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "base-65503", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Base 65503 encoder & decoder for numbers", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/wopian/base-65503.git", | ||
@@ -22,10 +22,16 @@ "bugs": "https://github.com/wopian/base-65503/issues", | ||
"files": [ | ||
"index.js" | ||
"lib" | ||
], | ||
"scripts": { | ||
"test": "jest --coverage" | ||
"test": "jest --coverage", | ||
"build": "rollup -c --environment BUILD:production" | ||
}, | ||
"devDependencies": { | ||
"jest": "^20.0.4" | ||
"eslint": "^4.3.0", | ||
"eslint-plugin-jest": "^20.0.3", | ||
"jest": "^20.0.4", | ||
"rollup": "^0.45.2", | ||
"rollup-plugin-cleanup": "^1.0.1", | ||
"standard": "^10.0.2" | ||
} | ||
} |
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
4183
5
64
6