Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
switched to a scoped package name in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
staaky committed Apr 24, 2015
1 parent 1a3a3dd commit a467faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,7 +1,7 @@
{
"name": "strip",
"description": "A Less Intrusive Responsive Lightbox",
"version": "1.5.5",
"version": "1.5.6",
"homepage": "http://stripjs.com",
"keywords": [
"lightbox",
Expand All @@ -25,6 +25,6 @@
"README.md"
],
"dependencies": {
"jquery": ">= 1.11.1"
"jquery": "^1.11.1"
}
}
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "strip",
"name": "@staaky/strip",
"title": "Strip",
"version": "1.5.5",
"version": "1.5.6",
"description": "A Less Intrusive Responsive Lightbox",
"homepage": "http://stripjs.com",
"author": {
Expand Down

0 comments on commit a467faa

Please sign in to comment.