Skip to content

Commit 1571241

Browse files
author
Roald de Vries
committed
prepare for publishing to bower
1 parent fdf760c commit 1571241

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.*.swp
2+
.DS_Store
3+
/.vimproject
4+
/Session.vim
5+
/node_modules

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exif-js",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"homepage": "https://github.com/jseidelin/exif-js",
55
"authors": [
66
"Jacob Seidelin"

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@
2727
"tests",
2828
"spec",
2929
"example"
30-
]
30+
],
31+
"devDependencies": {
32+
"bower": "^1.4.1",
33+
"mversion": "^1.10.0"
34+
}
3135
}

0 commit comments

Comments
 (0)