Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crystian committed May 7, 2018
1 parent 8112f2e commit a5d8b19
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# like gitignore, copied and pasted
/node_modules
/.idea
/mochawesome-report
/coverage
/.nyc_output
package-lock.json
npm-debug.log
yarn-error.log

# just for npm
/.circleci
/test
/wallaby.js
/.gitignore
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

const { spawn } = require('child_process');
const { messages } = require('../lib/i18n');
const { buildCommand } = require('../lib/builders');
const { buildCommand } = require('../lib/command');

process.title = messages.app.name;

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "executor",
"version": "0.0.3-beta",
"version": "0.0.6-beta",
"license": "MIT",
"description": "A powerful shortcutter to your console for you and your team",
"description": "A powerful short-cutter to your console for you and your team",
"scripts": {
"test": "mocha --watch -R nyan",
"test-ci": "mocha",
Expand Down

0 comments on commit a5d8b19

Please sign in to comment.