Skip to content

Commit 878e991

Browse files
committed
Update version and LICENSE
1 parent f485fff commit 878e991

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 - 2016 Nimit Kalra
3+
Copyright (c) 2015 - 2017 Nimit Kalra
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

git-fire

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
# Setup.
4-
VERSION="0.0.1"
4+
VERSION="0.2.2"
55

66
version() {
77
printf "git-fire version %s\n" "$VERSION"

package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"author": {
3+
"name": "Nimit Kalra",
4+
"email": "[email protected]",
5+
"url": "http://nimit.io"
6+
},
7+
"bin": {
8+
"git-fire": "git-fire"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/qw3rtman/git-fire/issues"
12+
},
13+
"bundleDependencies": false,
14+
"deprecated": false,
15+
"description": "Save Your Code in an Emergency",
16+
"homepage": "https://github.com/qw3rtman/git-fire",
17+
"keywords": [
18+
"git",
19+
"git-fire",
20+
"git",
21+
"fire",
22+
"emergency",
23+
"plugin",
24+
"extension"
25+
],
26+
"license": "MIT",
27+
"name": "git-fire",
28+
"preferGlobal": true,
29+
"repository": {
30+
"type": "git",
31+
"url": "git+https://github.com/qw3rtman/git-fire.git"
32+
},
33+
"version": "0.2.2"
34+
}

0 commit comments

Comments
 (0)