Skip to content

Commit a1bae23

Browse files
committed
package.json :: update structure
- add homepage - reformat license as simple string - reformat engines as object
1 parent 03b591e commit a1bae23

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,15 @@
2020
"bugs": {
2121
"url": "https://github.com/mimetnet/node-stream-array/issues"
2222
},
23+
"homepage": "https://github.com/mimetnet/node-stream-array",
2324
"keywords": [
2425
"array",
2526
"readable",
2627
"stream",
2728
"pipe"
2829
],
2930
"author": "Matthew I. Metnetsky <matthew@cowarthill.com>",
30-
"license": [
31-
{
32-
"type": "MIT",
33-
"url": "http://opensource.org/licenses/MIT"
34-
}
35-
],
31+
"license": "MIT",
3632
"main": "index.js",
3733
"directories": {
3834
"test": "test"
@@ -55,7 +51,7 @@
5551
"android-browser/4.2..latest"
5652
]
5753
},
58-
"engines": [
59-
"node >= 0.8.0"
60-
]
54+
"engines": {
55+
"node" : ">= 0.8"
56+
}
6157
}

0 commit comments

Comments
 (0)