Skip to content

Commit 38dc390

Browse files
committed
do not vendor node_modules (fixes #62)
1 parent 074b6e3 commit 38dc390

20 files changed

+4
-2452
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
.node_repl_history
99
.npm
1010
logs
11+
node_modules
1112
npm-debug.log*
1213
pids

CONTRIBUTING

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
This project uses browserify to manage dependencies and build. Watchify is
44
especially convenient to preserve the write-and-reload model of development.
5-
This package lives in the npm index. There is also a bower version of it, but it
6-
is deprecated.
5+
This package lives in the npm index.
76

87
Relevant commands:
98

9+
npm install - installs the dependencies.
1010
npm build - builds the module.
1111
npm watch - auto-builds the module whenever any source changes.
1212

@@ -18,4 +18,4 @@ following commands:
1818

1919
npm version <NEW_VERSION>
2020
npm publish
21-
git push
21+
git push --tags

node_modules/es6-promise/CHANGELOG.md

-50
This file was deleted.

node_modules/es6-promise/LICENSE

-19
This file was deleted.

node_modules/es6-promise/README.md

-74
This file was deleted.

0 commit comments

Comments
 (0)