Skip to content

Commit

Permalink
jssel -> jik
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Aug 22, 2013
1 parent c240a6a commit 0e00ec8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "jssel",
"name": "jik",
"version": "0.0.0",
"description": "use cssauron selectors to print out js",
"description": "use css selectors to grep your JS codebase",
"main": "index.js",
"scripts": {
"test": "echo 'yay'"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/jssel.git"
"url": "git://github.com/chrisdickinson/jik.git"
},
"keywords": [
"cli",
Expand All @@ -17,12 +17,12 @@
"css"
],
"bin": {
"jssel": "./bin/jssel"
"jik": "./bin/jik"
},
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisdickinson/jssel/issues"
"url": "https://github.com/chrisdickinson/jik/issues"
},
"dependencies": {
"falafel": "~0.3.1",
Expand Down

0 comments on commit 0e00ec8

Please sign in to comment.