Skip to content

Commit a739735

Browse files
committed
TS: fixed package.json to refer to main module file
1 parent bec56a9 commit a739735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "gridstack",
33
"version": "2.0.0-rc2",
44
"description": "TypeScript/Javascript lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Ember, knockout...)",
5-
"main": "./dist/index.js",
6-
"typings": "./dist/index.d.ts",
5+
"main": "./dist/gridstack.js",
6+
"typings": "./dist/gridstack.d.ts",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/gridstack/gridstack.js.git"

0 commit comments

Comments
 (0)