Skip to content

Commit

Permalink
update other things
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Feb 19, 2024
1 parent e9cfcca commit b8c3ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import mandarina from "../dist/types";
import mandarina from "../";

// We create the Mandarina game context,
// There's the init game options
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"types": "./dist/types.d.ts",
"type": "module",
"scripts": {
"prepare": "npm run dts && npm run build",
"dev": "nodemon --watch ./src --watch ./example --exec \"npm run build && npm run build:example\" --ext \"ts\"",
"build": "node scripts/build.js",
"watch": "nodemon --watch ./src --exec \"npm run build\" --ext \"ts\"",
Expand Down

0 comments on commit b8c3ec1

Please sign in to comment.