Skip to content

Commit

Permalink
change dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
radenkovic committed Oct 28, 2019
1 parent f79353d commit a8e77e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aes-everywhere",
"version": "1.0.0",
"version": "1.1.0",
"description": "AES Everywhere - Cross Language Encryption (AES 256)",
"main": "javascript/src/aes256.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"encryption"
],
"license": "MIT",
"dependencies": {
"devDependencies": {
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"browserify-shim": "^3.8.12",
Expand Down

0 comments on commit a8e77e0

Please sign in to comment.