Skip to content

Commit

Permalink
Merge pull request #2 from repoify/add/repository
Browse files Browse the repository at this point in the history
Add repository field to readme
  • Loading branch information
jonathanong committed Oct 9, 2013
2 parents cb73c28 + 3527f8b commit 5ce923c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Expand Up @@ -2,11 +2,19 @@
"name": "escape-regexp-component",
"description": "Escape regular expression special characters",
"version": "1.0.2",
"keywords": ["escape", "regexp", "utility"],
"keywords": [
"escape",
"regexp",
"utility"
],
"dependencies": {},
"component": {
"scripts": {
"escape-regexp/index.js": "index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/component/escape-regexp.git"
}
}

0 comments on commit 5ce923c

Please sign in to comment.