Skip to content

Commit

Permalink
Declare package "exports" field
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 27, 2024
1 parent 7c33be3 commit 266f769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2023 Individual contributors to dna-engine
Copyright (c) 2017-2024 Individual contributors to dna-engine

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "module",
"module": "src/js/app.js",
"main": "src/js/app.js",
"exports": "./src/js/app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dna-engine/webpack-to-do-app.git"
Expand Down Expand Up @@ -45,18 +45,18 @@
"start": "open dist/index.html"
},
"dependencies": {
"dna-engine": "~3.0"
"dna-engine": "~3.1"
},
"devDependencies": {
"assert-deep-strict-equal": "~1.1",
"css-loader": "~6.8",
"html-webpack-plugin": "~5.5",
"css-loader": "~6.9",
"html-webpack-plugin": "~5.6",
"jshint": "~2.13",
"mocha": "~10.2",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"style-loader": "~3.3",
"webpack": "~5.89",
"webpack": "~5.90",
"webpack-cli": "~5.1"
}
}

0 comments on commit 266f769

Please sign in to comment.