Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lavelle committed Jul 13, 2019
1 parent b198df1 commit a022159
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Blocko
# Blockr

Block distracting sites from the command line
1 change: 1 addition & 0 deletions index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/env node
const fs = require('fs');
const path = require('path');
const _ = require('lodash');
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "blocko",
"version": "1.0.0",
"name": "blockr",
"version": "1.0.2",
"main": "index.js",
"license": "MIT",
"bin": "index.js",
"scripts": {
"lint": "eslint ."
},
Expand Down

0 comments on commit a022159

Please sign in to comment.