Skip to content

Commit 52927d0

Browse files
committed
🌹 Clean up package.json
1 parent 870e495 commit 52927d0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "loudness",
33
"version": "0.2.2",
4-
"main": "index.js",
4+
"license": "MIT",
5+
"repository": "LinusU/node-loudness",
6+
"scripts": {
7+
"test": "mocha"
8+
},
59
"devDependencies": {
610
"async": "^0.9.0",
711
"mocha": "^2.0.1"
8-
},
9-
"scripts": {
10-
"test": "mocha"
1112
}
1213
}

0 commit comments

Comments
 (0)