Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Commit

Permalink
Reenable uglify
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman committed Jan 23, 2018
1 parent 4113a22 commit 3b3e466
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 308 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Changed: Switched out testing suite to ava
- Added: Seperate tests for internals
- Added: Support for more date seperators instead of just `/`
- Readded: Automatic uglify of the module

## v1.3.1

Expand Down
307 changes: 1 addition & 306 deletions dist/simple-card.umd.js

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
Expand Up @@ -7,7 +7,7 @@
"test": "tests"
},
"scripts": {
"prepublish": "rollup -c",
"prepare": "rollup -c",
"test": "ava",
"lint": "eslint src/index.js && eslint src/helpers/index.js && eslint src/validation/index.js"
},
Expand Down
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default {
file: 'dist/simple-card.umd.js'
},
plugins: [
buble()
buble(),
uglify()
]
};

0 comments on commit 3b3e466

Please sign in to comment.