Skip to content

Commit

Permalink
Set "module" key, add "type": "module" key, remove "main" key.
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth committed Oct 29, 2024
1 parent e60da42 commit 81d3922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function(grunt) {
tasks: ['jshint']
},
copy : {
main : {
main : {
files: [
{
expand: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"web-map",
"layer"
],
"main": "mapml.js",
"module": "mapml.js",
"type": "module",
"author": "Maps for HTML Community Group",
"repository": {
"type": "git",
Expand Down

0 comments on commit 81d3922

Please sign in to comment.