Skip to content

Commit 4d172c1

Browse files
committed
Update main to reference files that exist
We were referencing `main.js` before when the dist file is named `jsorm.js`
1 parent edc2921 commit 4d172c1

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)