Skip to content

Commit 18f583c

Browse files
committed
Release: 0.0.1
1 parent 458e489 commit 18f583c

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

package.json

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
2-
"name":"replace-ext",
3-
"description":"Replaces a file extension with another one",
4-
"version":"0.0.0",
5-
"homepage":"http://github.com/wearefractal/replace-ext",
6-
"repository":"git://github.com/wearefractal/replace-ext.git",
7-
"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
8-
"main":"./index.js",
9-
10-
"dependencies":{
11-
12-
},
2+
"name": "replace-ext",
3+
"description": "Replaces a file extension with another one",
4+
"version": "0.0.1",
5+
"homepage": "http://github.com/wearefractal/replace-ext",
6+
"repository": "git://github.com/wearefractal/replace-ext.git",
7+
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
8+
"main": "./index.js",
9+
"dependencies": {},
1310
"devDependencies": {
1411
"mocha": "~1.17.0",
1512
"should": "~3.1.0",
@@ -26,10 +23,10 @@
2623
"engines": {
2724
"node": ">= 0.4"
2825
},
29-
"licenses":[
26+
"licenses": [
3027
{
31-
"type":"MIT",
32-
"url":"http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
28+
"type": "MIT",
29+
"url": "http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
3330
}
3431
]
3532
}

0 commit comments

Comments
 (0)