Skip to content

Commit

Permalink
Merge pull request #637 from choephix/master
Browse files Browse the repository at this point in the history
Fix types not automatically found when importing in Typescript
  • Loading branch information
dkoes authored Jan 24, 2023
2 parents a0528e1 + a07a0c5 commit a36f54c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"license": "BSD-3-Clause",
"main": "build/3Dmol.js",
"types": "build/types/index.d.ts",
"scripts": {
"build": "webpack --config webpack.dev.js --mode development && webpack --config webpack.prod.js --mode production && python3 tests/auto/generate_tests.py && npm run doc",
"prepare": "npm run build",
Expand Down

0 comments on commit a36f54c

Please sign in to comment.