We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf760c commit 1571241Copy full SHA for 1571241
.gitignore
@@ -0,0 +1,5 @@
1
+.*.swp
2
+.DS_Store
3
+/.vimproject
4
+/Session.vim
5
+/node_modules
bower.json
@@ -1,6 +1,6 @@
{
"name": "exif-js",
- "version": "1.0.0",
+ "version": "2.0.0",
"homepage": "https://github.com/jseidelin/exif-js",
"authors": [
6
"Jacob Seidelin"
package.json
@@ -27,5 +27,9 @@
27
"tests",
28
"spec",
29
"example"
30
- ]
+ ],
31
+ "devDependencies": {
32
+ "bower": "^1.4.1",
33
+ "mversion": "^1.10.0"
34
+ }
35
}
0 commit comments