Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from louisbuchbinder/license
Browse files Browse the repository at this point in the history
License
  • Loading branch information
Louis Buchbinder committed Oct 10, 2017
2 parents 7bc5ca8 + caf2480 commit 4990df3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cyclical-json",
"license": "MIT",
"version": "2.1.3",
"version": "2.1.4",
"main": "build/cyclical-json.js",
"description": "JSON Sterilization for Cyclical Objects",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cat "$ROOT_DIR/index.js" \
>> $TMP

uglifyjs \
--comments '/^!/' \
--beautify \
-- "$BUILD_DIR/tmp.js" \
> "$BUILD_DIR/cyclical-json.js"
Expand Down

0 comments on commit 4990df3

Please sign in to comment.