Skip to content

Commit

Permalink
fix: corrected package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rparree committed Mar 28, 2024
1 parent 6d5a710 commit c0ff8fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"type": "git",
"url": "git+https://github.com/edc4it/reveal.js-railroad.git"
},
"main": "./dist/clipcode.umd.js",
"module": "./dist/clipcode.es.js",
"main": "./dist/railroad.umd.js",
"module": "./dist/railroad.es.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit c0ff8fd

Please # to comment.