Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Nov 8, 2020
1 parent e073b4d commit 1661c59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "mwn",
"version": "0.8.0",
"version": "0.8.1",
"description": "MediaWiki bot framework for Node.js",
"main": "./build/bot.js",
"types": "./build/bot.d.ts",
"scripts": {
"bump": "node bump-version.js",
"build": "npx tsc",
Expand All @@ -24,7 +25,8 @@
},
"homepage": "https://github.com/siddharthvp/mwn#readme",
"files": [
"src/"
"src/",
"build/"
],
"dependencies": {
"@types/eventsource": "^1.1.4",
Expand Down

0 comments on commit 1661c59

Please sign in to comment.