Skip to content

Commit

Permalink
package.json: fix file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Apr 17, 2021
1 parent 1f9fc8f commit 8935fe1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"title": "Twinkle core",
"name": "twinkle-core",
"version": "3.0.4-beta",
"version": "3.0.5-beta",
"repository": {
"type": "git",
"url": "https://github.com/wikimedia-gadgets/twinkle-core"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"type": "module",
"scripts": {
"format": "prettier --write .",
Expand Down

0 comments on commit 8935fe1

Please sign in to comment.