aes-decrypter
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -9,1 +9,7 @@ CHANGELOG | ||
## 1.0.1 (2016-06-16) | ||
* fixing the build pipeline | ||
## 1.0.0 (2016-06-16) | ||
* initial | ||
{ | ||
"name": "aes-decrypter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "decrypt aes-128 content using a key", | ||
@@ -53,8 +53,2 @@ "main": "es5/index.js", | ||
"license": "Apache-2.0", | ||
"browserify": { | ||
"transform": [ | ||
"browserify-shim", | ||
"browserify-versionify" | ||
] | ||
}, | ||
"browserify-shim": { | ||
@@ -94,3 +88,2 @@ "qunit": "global:QUnit", | ||
"browserify-shim": "^3.8.12", | ||
"browserify-versionify": "^1.0.6", | ||
"budo": "^8.0.4", | ||
@@ -97,0 +90,0 @@ "chg": "^0.3.2", |
@@ -13,4 +13,5 @@ import browserify from 'browserify'; | ||
.transform('babelify') | ||
.transform('browserify-shim', {global: true}) | ||
.bundle() | ||
.pipe(fs.createWriteStream('test/dist/bundle.js')); | ||
}); |
@@ -35,4 +35,3 @@ import Promise from 'bluebird'; | ||
'babelify', | ||
'browserify-shim', | ||
'browserify-versionify' | ||
['browserify-shim', {global: true}] | ||
] | ||
@@ -46,4 +45,3 @@ }), | ||
'babelify', | ||
'browserify-shim', | ||
'browserify-versionify' | ||
['browserify-shim', {global: true}] | ||
] | ||
@@ -50,0 +48,0 @@ }) |
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
26
127164
3025