Skip to content

Commit a467faa

Browse files
committed
switched to a scoped package name in package.json
1 parent 1a3a3dd commit a467faa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strip",
33
"description": "A Less Intrusive Responsive Lightbox",
4-
"version": "1.5.5",
4+
"version": "1.5.6",
55
"homepage": "http://stripjs.com",
66
"keywords": [
77
"lightbox",
@@ -25,6 +25,6 @@
2525
"README.md"
2626
],
2727
"dependencies": {
28-
"jquery": ">= 1.11.1"
28+
"jquery": "^1.11.1"
2929
}
3030
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "strip",
2+
"name": "@staaky/strip",
33
"title": "Strip",
4-
"version": "1.5.5",
4+
"version": "1.5.6",
55
"description": "A Less Intrusive Responsive Lightbox",
66
"homepage": "http://stripjs.com",
77
"author": {

0 commit comments

Comments
 (0)