Skip to content

Commit f45ebee

Browse files
authoredSep 1, 2020
Merge pull request #1343 from adumesny/typescript
TS: fixed package.json to refer to main module file
2 parents 2c42754 + a739735 commit f45ebee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.