Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #100 from RadValentin/master
Browse files Browse the repository at this point in the history
Fix bower install
  • Loading branch information
valentin-radulescu-hs authored Oct 21, 2016
2 parents eb65d8f + 494a6a1 commit ee25574
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
7 changes: 2 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"name": "grid-list",
"version": "0.1.0",
"homepage": "https://github.com/hootsuite/grid",
"description": "Drag and drop library for a two-dimensional resizable and responsive list of items",
"main": [
"src/gridList.js",
"src/jquery.gridList.js"
],
"main": "src/gridList.js",
"keywords": [
"grid",
"drag and drop",
"resizable",
"reponsive"
],
"license": "Apache-2.0",
"ignore": [
"node_modules",
"demo",
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "grid-list",
"version": "0.3.3",
"version": "0.4.0",
"description": "Drag and drop library for a two-dimensional resizable and responsive list of items",
"keywords": [
"grid",
"drag and drop",
"resizable",
"reponsive"
],
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"jasmine-node": "~1.13.1"
Expand Down

0 comments on commit ee25574

Please sign in to comment.