Skip to content

Commit

Permalink
fix: Add type to package.json (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend authored Oct 30, 2023
1 parent 0e64dd7 commit b918f24
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 @@ -3,6 +3,7 @@
"version": "3.15.0",
"description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.",
"main": "lib/number.js",
"type": "module",
"scripts": {
"lint": "eslint . --ext .js",
"start": "web-dev-server --node-resolve --watch --open /demo/",
Expand Down

0 comments on commit b918f24

Please sign in to comment.