-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
208769f
commit c8becbb
Showing
5 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,6 @@ node_modules | |
|
||
# Do not include compiled files | ||
dist | ||
|
||
# Do not include zip | ||
*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "slack-emoji-utils", | ||
"version": "1.0.0-alpha.0", | ||
"description": "Utilities that make life as a Slack emoji addict a little easier.", | ||
"name": "slack-emoji-tools", | ||
"version": "1.0.0", | ||
"description": "Tools that make life as a Slack emoji addict a little easier.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
|
@@ -10,7 +10,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Fauntleroy/slack-emoji-utils.git" | ||
"url": "git+https://github.com/Fauntleroy/slack-emoji-tools.git" | ||
}, | ||
"keywords": [ | ||
"slack", | ||
|
@@ -22,9 +22,9 @@ | |
"author": "Timothy Kempf <[email protected]> (http://kemp59f.info)", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Fauntleroy/slack-emoji-utils/issues" | ||
"url": "https://github.com/Fauntleroy/slack-emoji-tools/issues" | ||
}, | ||
"homepage": "https://github.com/Fauntleroy/slack-emoji-utils#readme", | ||
"homepage": "https://github.com/Fauntleroy/slack-emoji-tools#readme", | ||
"devDependencies": { | ||
"babelify": "^6.3.0", | ||
"browserify": "^11.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters