Skip to content

Commit

Permalink
⚡ Remove lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpokorny committed Jan 18, 2017
1 parent 15e7f3c commit b6ef3b2
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 239 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
node_modules

# Generated files
main.js

# Debug files
lerna-debug.log
lib
7 changes: 0 additions & 7 deletions lerna.json

This file was deleted.

28 changes: 23 additions & 5 deletions package.json
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)",
Expand All @@ -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"
Expand Down
19 changes: 0 additions & 19 deletions packages/ds-emitter/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions packages/ds-pubsub/package.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b6ef3b2

Please sign in to comment.