-
Notifications
You must be signed in to change notification settings - Fork 1
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
15e7f3c
commit b6ef3b2
Showing
9 changed files
with
33 additions
and
239 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 |
---|---|---|
|
@@ -2,7 +2,4 @@ | |
node_modules | ||
|
||
# Generated files | ||
main.js | ||
|
||
# Debug files | ||
lerna-debug.log | ||
lib |
This file was deleted.
Oops, something went wrong.
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,11 +1,11 @@ | ||
{ | ||
"private": true, | ||
"name": "dead-simple", | ||
"version": "1.0.0", | ||
"description": "Dead simple tweetable JavaScript PubSub and EventEmitter", | ||
"description": "Dead simple PubSub and EventEmitter in JavaScript", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
"lerna": "lerna", | ||
"pretest": "lerna run compile", | ||
"compile": "babel src --out-dir lib", | ||
"prepublish": "yarn run compile", | ||
"test": "standard && jest" | ||
}, | ||
"author": "Robin Pokorny <[email protected]> (http://robinpokorny.com)", | ||
|
@@ -14,9 +14,27 @@ | |
"babel-cli": "^6.18.0", | ||
"babel-preset-es2015": "^6.18.0", | ||
"jest": "^18.1.0", | ||
"lerna": "2.0.0-beta.32", | ||
"standard": "^8.6.0" | ||
}, | ||
"keywords": [ | ||
"EventEmitter", | ||
"EventEmitter2", | ||
"EventEmitter3", | ||
"Events", | ||
"addEventListener", | ||
"addListener", | ||
"emit", | ||
"emits", | ||
"emitter", | ||
"event", | ||
"pubsub", | ||
"publish", | ||
"subscribe" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/robinpokorny/dead-simple" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.