Skip to content

Commit 8159297

Browse files
committed
5.1.0
1 parent e6853ec commit 8159297

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"jquery-plugin",
99
"ecosystem:jquery"
1010
],
11-
"version": "5.0.0",
11+
"version": "5.1.0",
1212
"author": {
1313
"name": "Marc Görtz",
1414
"email": "git@marcgoertz.de",
@@ -17,7 +17,10 @@
1717
"license": "MIT",
1818
"bugs": "https://github.com/mrcgrtz/jquery-externalize/issues",
1919
"homepage": "https://github.com/mrcgrtz/jquery-externalize",
20-
"repository": "https://github.com/mrcgrtz/jquery-externalize",
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/mrcgrtz/jquery-externalize.git"
23+
},
2124
"scripts": {
2225
"lint": "eslint --format=pretty \"**/*.?({c,m}){j,t}s?(x)\"",
2326
"test": "c8 ava",

0 commit comments

Comments
 (0)