Skip to content

Commit dd73037

Browse files
author
Lee Richmond
committed
Merge pull request #2 from wtandy/patch-2
Update main to reference files that exist
2 parents edc2921 + 4d172c1 commit dd73037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "jsorm",
33
"version": "1.0.0",
44
"description": "Javascript ORM",
5-
"main": "./dist/main.js",
6-
"types": "./main.d.ts",
5+
"main": "./dist/jsorm.js",
6+
"types": "./index.d.ts",
77
"scripts": {
88
"test": "gulp test",
9-
"main": "dist/jsorm.min.js",
9+
"main": "dist/jsorm.js",
1010
"scripts": {
1111
"prepublish": "webpack --debug; webpack -p"
1212
}

0 commit comments

Comments
 (0)