Skip to content

Commit cd2b627

Browse files
committed
Adding support for bower
1 parent 83f12b4 commit cd2b627

File tree

7 files changed

+747
-70
lines changed

7 files changed

+747
-70
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.idea
22
*.iml
3-
build/
43
node_modules/

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
idea
22
*.iml
3-
build
43
example
54
script
65
specs

bower.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "react-draggable",
3+
"version": "0.1.1",
4+
"homepage": "https://github.com/mzabriskie/react-draggable",
5+
"authors": [
6+
"Matt Zabriskie"
7+
],
8+
"description": "React draggable component",
9+
"main": "./dist/react-draggable.js",
10+
"keywords": [
11+
"react",
12+
"draggable"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"example",
18+
"lib",
19+
"node_modules",
20+
"script",
21+
"specs",
22+
"index.js",
23+
"karma.conf.js",
24+
"package.json"
25+
]
26+
}

0 commit comments

Comments
 (0)