Skip to content

Commit

Permalink
Updated package.json ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketingPip authored Jul 30, 2024
1 parent e0381c0 commit f045c8e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"type": "module",
"name": "@MarketingPipeline/onthisdayjs",
"version": "1.0.1",
"version": "2.0.0",
"description": "A JavaScript library for fetching historical events from Wikipedia.",
"main": "dist/onthisday.min.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"start": "node dist/onthisday.min.js"
"start": "node dist/onthisday.min.js",
"build": "webpack --config ./src/webpack.config.js"
},
"keywords": [
"javascript",
Expand All @@ -28,6 +29,14 @@
"dependencies": {
"wtf_wikipedia": "10.1.5"
},
"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"babel-loader": "^9.1.3",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"bugs": {
"url": "https://github.com/MarketingPipeline/OnThisDay.js/issues"
},
Expand Down

0 comments on commit f045c8e

Please sign in to comment.