Skip to content

Commit

Permalink
closes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jan 24, 2021
1 parent acc4b0e commit 9749c2f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// allow modules import syntax
require = require('esm')(module, { // eslint-disable-line
cache: false
})

import run, * as cli from './src/index'

// Run from CLI or as Node module
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@rollup/plugin-json": "^4.1.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.17.0",
"eslint": "^7.18.0",
"eslint-config-riot": "^3.0.0",
"esm": "^3.2.25",
"mocha": "^8.2.1",
Expand All @@ -48,11 +48,11 @@
"dependencies": {
"@riotjs/compiler": "^5.1.3",
"chalk": "^4.1.0",
"chokidar": "^3.5.0",
"chokidar": "^3.5.1",
"cumpa": "^1.0.1",
"glob": "^7.1.6",
"optionator": "^0.9.1",
"rollup": "^2.36.1",
"rollup": "^2.38.0",
"rollup-plugin-riot": "^5.0.0"
}
}

0 comments on commit 9749c2f

Please sign in to comment.