Skip to content

Commit

Permalink
Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Dide committed Aug 5, 2021
1 parent ade02dd commit a2c504b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
"name": "@validide/resizable-table-columns",
"version": "0.0.1",
"description": "Simple Javascript resizable table columns",
"main": "dist/bundle/index.js",
"module": "dist/js/index.js",
"main": "./dist/js/bundle/index.js",
"module": "./dist/js/es6/index.js",
"types": "./dist/js/index.es2015.d.ts",
"exports": {
".": {
"import": "./dist/js/es6/index.js",
"require": "./dist/js/bundle/index.js"
}
},
"scripts": {
"clean-dist": "node ./scripts/clean-dist.js",
"minify-files": "node ./scripts/minify-files.js",
Expand Down

0 comments on commit a2c504b

Please sign in to comment.