Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 10, 2024
1 parent 1867c99 commit 08776fc
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"url": "https://github.com/sponsors/scape-agency"
}
],
"main": "hue.gl.js",
"main": "src/ts/index.ts",
"type": "module",
"module": "hue.gl.esm.js",
"sass": "scss/hue.gl.scss",
"style": "css/hue.gl.css",
"module": "dist/js/hue.gl.js",
"sass": "scss/index.scss",
"style": "dist/css/hue.gl.css",
"scripts": {
"format": "npx prettier --write .",
"lint": "eslint 'src/**/*.ts' || true",
Expand Down Expand Up @@ -99,16 +99,8 @@
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
},
"files": [],
"hugo-bin": {
"buildTags": "extended"
},
"jspm": {
"registry": "npm",
"main": "",
"directories": {},
"shim": {},
"dependencies": {},
"peerDependencies": {}
}
"files": [
"src/**",
"dist/**"
]
}

0 comments on commit 08776fc

Please sign in to comment.