Skip to content

Commit 5919152

Browse files
committed
some json updates
1 parent c3e2f08 commit 5919152

2 files changed

Lines changed: 4 additions & 24 deletions

File tree

bower.json

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,19 @@
11
{
22
"name": "strip",
33
"description": "A Less Intrusive Responsive Lightbox",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"homepage": "http://stripjs.com",
6-
7-
"license": [
8-
"CC-BY-NC-ND-3.0",
9-
"http://stripjs.com/license"
10-
],
11-
12-
"authors": [
13-
{
14-
"name": "Nick Stakenburg",
15-
"homepage": "http://nickstakenburg.com"
16-
}
17-
],
18-
196
"keywords": [
207
"lightbox",
218
"modal",
229
"window",
2310
"responsive",
2411
"jquery"
2512
],
26-
2713
"main": [
2814
"dist/js/strip.js",
29-
"dist/css/strip.css",
30-
// Directories and wildcards are not in the bower.json spec (yet) :(
31-
// We use a wildcard anyway because including individual files
32-
// would be unmaintainable.
33-
"dist/css/strip-skins/**"
15+
"dist/css/strip.css"
3416
],
35-
3617
"ignore": [
3718
"node_modules",
3819
"bower_components",
@@ -43,8 +24,7 @@
4324
"package.json",
4425
"README.md"
4526
],
46-
4727
"dependencies": {
4828
"jquery": ">= 1.11.1"
4929
}
50-
}
30+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strip",
33
"title": "Strip",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "A Less Intrusive Responsive Lightbox",
66
"homepage": "http://stripjs.com",
77
"author": {

0 commit comments

Comments
 (0)