Skip to content

Commit a22385f

Browse files
update:version
1 parent 0913294 commit a22385f

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "build-friend",
33
"description": "A task runner and a build system",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": {
66
"name": "Nelli.Prashanth kumar",
77
"email": "nelli.prashanth1501@gmail.com"

package.json~

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "build-friend",
3+
"description": "A task runner and a build system",
4+
"version": "0.1.3",
5+
"author": {
6+
"name": "Nelli.Prashanth kumar",
7+
"email": "nelli.prashanth1501@gmail.com"
8+
},
9+
"bin":{
10+
"buildfriend":"./bin/buildfriend.js"
11+
},
12+
"keywords": ["build system", "task", "task runner", "build", "runner"],
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/Prashanth-Nelli/build-friend"
16+
},
17+
"license": "MIT",
18+
"dependencies": {
19+
"gaze":">=0.6.4"
20+
},
21+
"devDependencies": {},
22+
"engines": {
23+
"node": ">= 0.10.0"
24+
}
25+
}

0 commit comments

Comments
 (0)