Skip to content

Commit 97e11d6

Browse files
author
Cully Larson
committed
Now setting a main in package.json :/
1 parent 8c75098 commit 97e11d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formatmicro",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Formats microseconds into a human consumable form.",
55
"license": "MIT",
66
"repository": "cullylarson/formatmicro",
@@ -16,6 +16,7 @@
1616
"prepublish": "npm run compile",
1717
"test": "npm run compile && mocha --require babel-register"
1818
},
19+
"main": "dist/index.js",
1920
"files": [
2021
"dist/index.js"
2122
],

0 commit comments

Comments
 (0)