Skip to content

Commit 200128b

Browse files
authored
Merge pull request #4 from binki/master
Remove node_modules from repository.
2 parents d57fd21 + f5fa6c0 commit 200128b

File tree

281 files changed

+7
-43292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+7
-43292
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ build/Release
3131

3232
dump.rdb
3333

34-
.gitignore~
34+
.gitignore~
35+
36+
# Use the --save option of npm install to alter package.json (e.g.,
37+
# “npm install --save my-package-name”). To restore packages after
38+
# checking out, simply run “npm install”.
39+
node_modules

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ This is an example of a basic Javascript implementation of a bot for [generals.i
77
```
88
git clone https://github.com/vzhou842/generals.io-Node.js-Bot-example.git
99
cd generals.io-Node.js-Bot-example
10+
npm install
1011
node main.js
1112
```

node_modules/after/.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

node_modules/after/.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

node_modules/after/LICENCE

Lines changed: 0 additions & 19 deletions
This file was deleted.

node_modules/after/README.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

node_modules/after/index.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

node_modules/after/package.json

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)