Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Nov 23, 2017
1 parent b281ade commit c48cc28
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 32 deletions.
4 changes: 2 additions & 2 deletions dist/jquery.jcreate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* jquery.jcreate.js v1.2.2
* jquery.jcreate.js v1.2.3
* Marco Montalbano © 2011-2017 - https://marcomontalbano.com
* ----------------------------------------------------------
*/
Expand Down Expand Up @@ -86,7 +86,7 @@
}
},
utility: _utility,
version: "1.2.2"
version: "1.2.3"
};
$.fn.append = function() {
return _domManip.apply(append.apply(this, arguments), arguments);
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.jcreate.min.js

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

2 changes: 1 addition & 1 deletion dist/jquery.jcreate.min.js.map

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

4 changes: 2 additions & 2 deletions dist/jquery.jcreate.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}(this, function (jquery) {

/**
* jquery.jcreate.js v1.2.2
* jquery.jcreate.js v1.2.3
* Marco Montalbano © 2011-2017 - https://marcomontalbano.com
* ----------------------------------------------------------
*/
Expand Down Expand Up @@ -102,7 +102,7 @@
}
},
utility: _utility,
version: "1.2.2"
version: "1.2.3"
};
$.fn.append = function() {
return _domManip.apply(append.apply(this, arguments), arguments);
Expand Down
37 changes: 17 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-jcreate",
"filename": "jquery.jcreate",
"firstRelease": "2011-11-18",
"version": "1.2.2",
"version": "1.2.3",
"description": "jCreate is a new special event for jQuery. Just use .on('create', ..); the callback will be triggered when elements are created on the page.",
"main": "dist/jquery.jcreate.umd.js",
"author": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"grunt": "^1.0.1",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-string-replace": "^1.3.1",
"grunt-template-jasmine-istanbul": "^0.5.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -656,9 +656,9 @@ grunt-contrib-jshint@^1.0.0:
hooker "^0.2.3"
jshint "~2.9.4"

grunt-contrib-uglify@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/grunt-contrib-uglify/-/grunt-contrib-uglify-3.0.1.tgz#fdeb5f938a4c8042f8e86ae46f63554e8e9511cb"
grunt-contrib-uglify@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/grunt-contrib-uglify/-/grunt-contrib-uglify-3.1.0.tgz#10d1e4849210ec92bf0b08247e24186354d5e9ee"
dependencies:
chalk "^1.0.0"
maxmin "^1.1.0"
Expand Down

0 comments on commit c48cc28

Please sign in to comment.