Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zehanort committed Oct 15, 2023
1 parent f6aae9a commit d760f64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 37 deletions.
39 changes: 5 additions & 34 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
"type": "git",
"url": "https://github.com/zehanort/iffinity.git"
},
"version": "0.1.0-pre4",
"version": "0.1.0-pre5",
"description": "A minimal IF engine with iffinite capabilities",
"main": "./dist/cli.js",
"engines": {
"node": ">=10"
},
"scripts": {
"install": "npm run bundle",
"build": "npm run bundle",
"start": "node dist/cli.js",
"bundle": "tsc && webpack --config webpack.config.js"
Expand Down Expand Up @@ -41,7 +40,6 @@
"ansis": "^1.5.6",
"cheerio": "^1.0.0-rc.12",
"flexible-tree-printer": "^1.0.2",
"iffinity": "^0.1.0",
"npm": "^10.2.0",
"puppeteer": "^21.3.8",
"yargs": "^17.7.2"
Expand Down

0 comments on commit d760f64

Please sign in to comment.