Skip to content

Commit

Permalink
change npm name
Browse files Browse the repository at this point in the history
it's not conventional but npm is beginning to be very crowded
  • Loading branch information
Lorenzo Giuliani committed Jul 28, 2014
1 parent 98fd72b commit 6d1111c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
components
build
node_modules
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "urlify",
"name": "urlify.js",
"version": "0.0.1",
"description": "normalize UTF strings to ASCII to be url safe",
"main": "index.js",
Expand Down

0 comments on commit 6d1111c

Please sign in to comment.