Skip to content

Commit

Permalink
prep for 2.6.2
Browse files Browse the repository at this point in the history
thedustinsmith committed Mar 16, 2018

Verified

This commit was signed with the committer’s verified signature.
samsonasik Abdul Malik Ikhsan
1 parent 3a61566 commit 6cee78e
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions croppie.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*************************
* Croppie
* Copyright 2017
* Copyright 2018
* Foliotek
* Version: 2.6.1
* Version: 2.6.2
*************************/
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
2 changes: 1 addition & 1 deletion croppie.min.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -5,11 +5,13 @@
"main": "croppie.js",
"devDependencies": {
"gh-pages": "^0.11.0",
"mocha": "2.4.5"
"mocha": "2.4.5",
"uglify-js": "3.3.15"
},
"scripts": {
"test": "mocha test/unit",
"deploy": "node deploy.js"
"deploy": "node deploy.js",
"uglify": "uglifyjs croppie.js -c -m -r '$,require,exports' -o croppie.min.js"
},
"repository": {
"type": "git",

0 comments on commit 6cee78e

Please sign in to comment.