Skip to content

Commit

Permalink
Update files included in NPM release
Browse files Browse the repository at this point in the history
  • Loading branch information
Danang Galuh Tegar Prasetyo committed Aug 5, 2019
1 parent 3f78b08 commit e0f8da0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "simple-crypto-js",
"version": "2.1.1",
"version": "2.1.2",
"description": "Simplify AES encryption and decryption of any JavaScript objects, implementing crypto-js library.",
"repository": "https://github.com/danang-id/simple-crypto-js.git",
"homepage": "https://github.com/danang-id/simple-crypto-js",
"author": "https://github.com/danang-id",
"license": "MIT",
"main": "build/SimpleCrypto.js",
"files": [
"build/*"
"build/*",
"dist/*"
],
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down

0 comments on commit e0f8da0

Please sign in to comment.