Skip to content

Commit ee25574

Browse files
Merge pull request #100 from RadValentin/master
Fix bower install
2 parents eb65d8f + 494a6a1 commit ee25574

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

bower.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
{
22
"name": "grid-list",
3-
"version": "0.1.0",
43
"homepage": "https://github.com/hootsuite/grid",
54
"description": "Drag and drop library for a two-dimensional resizable and responsive list of items",
6-
"main": [
7-
"src/gridList.js",
8-
"src/jquery.gridList.js"
9-
],
5+
"main": "src/gridList.js",
106
"keywords": [
117
"grid",
128
"drag and drop",
139
"resizable",
1410
"reponsive"
1511
],
12+
"license": "Apache-2.0",
1613
"ignore": [
1714
"node_modules",
1815
"demo",

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "grid-list",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Drag and drop library for a two-dimensional resizable and responsive list of items",
5+
"keywords": [
6+
"grid",
7+
"drag and drop",
8+
"resizable",
9+
"reponsive"
10+
],
11+
"license": "Apache-2.0",
512
"dependencies": {},
613
"devDependencies": {
714
"jasmine-node": "~1.13.1"

0 commit comments

Comments
 (0)