Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jun 16, 2016
1 parent 957338e commit 3082fe5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ CHANGELOG
=========

## HEAD (Unreleased)
* specify browserify transform globally
_(none)_

--------------------

## 1.0.2 (2016-06-16)
* specify browserify transform globally

## 1.0.1 (2016-06-16)
* fixing the build pipeline

Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aes-decrypter",
"version": "1.0.1",
"version": "1.0.2",
"description": "decrypt aes-128 content using a key",
"main": "es5/index.js",
"contributors": [
Expand Down Expand Up @@ -52,7 +52,12 @@
"license": "Apache-2.0",
"browserify": {
"transform": [
["browserify-shim", {"global": true}]
[
"browserify-shim",
{
"global": true
}
]
]
},
"browserify-shim": {
Expand Down

0 comments on commit 3082fe5

Please sign in to comment.