Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 42bd515

Browse files
committed
include the non-transformed code in the npm package
1 parent 90f6a48 commit 42bd515

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
spec
22
script
33
src
4-
lib
54
.npmignore
65
.DS_Store
76
npm-debug.log

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,9 @@ const {Disposable} = require('event-kit')
7474

7575
const disposable = new Disposable(() => this.destroyResource())
7676
```
77+
78+
### Using ES6 Code
79+
You can use the ES6 style classes from `lib` directory.
80+
```
81+
const {Disposable} = require('event-kit/lib/event-kit')
82+
```

0 commit comments

Comments
 (0)