Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cntower committed Jan 31, 2023
1 parent 458afaa commit 8e1354d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "format-to-json",
"version": "3.0.2",
"version": "3.0.3",
"description": "Format string to a json like template.",
"main": "index.js",
"bin": {
Expand All @@ -11,7 +11,8 @@
"babel": "node node_modules/@babel/cli/bin/babel src -d ./",
"uglify": "node node_modules/uglify-js/bin/uglifyjs fmt2json.js -c -m -o fmt2json.min.js",
"test": "node test/test.js",
"test:ts": "esno test/test.ts"
"test:ts": "esno test/test.ts",
"test:html": "serve ."
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,6 +58,7 @@
"@babel/preset-env": "^7.16.4",
"babel-preset-env": "^1.7.0",
"esno": "^0.16.3",
"serve": "^14.2.0",
"uglify-js": "^3.11.0"
}
}

0 comments on commit 8e1354d

Please sign in to comment.