Skip to content

Commit

Permalink
harmless package.json tweak due to switching to yarn in the lume repo…
Browse files Browse the repository at this point in the history
… for bootstrap
  • Loading branch information
trusktr committed Oct 16, 2023
1 parent bc8f3fd commit bd775dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
".": "./dist/index.js",
"./": "./dist/"
},
"bin": {
"readem": "bin/read'em.js"
},
"bin": "bin/read'em.js",
"scripts": {
"LUME SCRIPTS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX": "",
"clean": "lume clean",
Expand Down Expand Up @@ -58,9 +56,9 @@
"dox": "^0.8.1",
"ejs": "^2.2.4",
"highlight.js": "^8.4.0",
"lume": "0.0.0-rc.0",
"jsdoctypeparser": "^6.1.0",
"lowclass": "^5.0.0",
"lume": "0.0.0-rc.0",
"mkdirp": "^0.5.1",
"rndm": "^1.1.0",
"serve": "^1.4.0"
Expand Down

0 comments on commit bd775dc

Please sign in to comment.