Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppeg committed Nov 24, 2020
1 parent 96d9a04 commit b0ab70c
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
@@ -1,10 +1,10 @@
{
"name": "xm",
"version": "1.0.6",
"version": "1.0.7",
"description": "A tiny compiler for HTML that adds imports, slots/fills and markdown tags.",
"main": "index.js",
"bin": {
"xm": "./index.js"
"xm": "index.js"
},
"scripts": {
"test:build": "rm -rf test/.tmp && node index.js build --output test/.tmp --root test/cases --config test/cases/config.js",
Expand Down

0 comments on commit b0ab70c

Please sign in to comment.