Skip to content

Commit ddf2ddc

Browse files
committed
Using ES7 version as main version
1 parent 2750416 commit ddf2ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "theorem.js",
33
"version": "1.0.0",
44
"description": "A Math library for computation in JavaScript",
5-
"main": "dist/theorem.js",
5+
"main": "dist/theorem.es7.js",
66
"scripts": {
77
"run": "npm test",
88
"build": "npm test",

0 commit comments

Comments
 (0)