Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hibes committed Aug 8, 2020
1 parent d1ec414 commit 53a14be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
@@ -1,9 +1,12 @@
{
"name": "@0ti.me/index-generator",
"version": "0.1.1",
"version": "0.1.2",
"description": "A library which provides tooling to generate an index.js file based on a configured file-path",
"license": "GPL-3.0",
"main": "src/index.js",
"bin": {
"generate-index": "./bin/generate-index"
},
"scripts": {
"lint": "eslint .",
"run-coveralls": "NODE_ENV=unit nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit 53a14be

Please sign in to comment.