Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "aes-oop", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple wrapper around AES to support Objects", | ||
@@ -8,4 +8,3 @@ "main": "./dist/AES.js", | ||
"scripts": { | ||
"test": "mocha -r ts-node/register src/**/*.spec.ts --exit", | ||
"publish":"tsc && npm publish" | ||
"test": "mocha -r ts-node/register src/**/*.spec.ts --exit" | ||
}, | ||
@@ -12,0 +11,0 @@ "author": "nsjames", |
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
25923