Skip to content

Commit

Permalink
Whoops - I messed up the .*ignore files...
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaferrara committed Dec 12, 2015
1 parent 2ab11cb commit a968bec
Show file tree
Hide file tree
Showing 4 changed files with 1,924 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -34,4 +34,4 @@ node_modules
# c9 IDE
.c9

protos/*
protos/*.proto
5 changes: 4 additions & 1 deletion .npmignore
@@ -1,4 +1,7 @@
example/config.js
example/sentry
node_modules
example/node_modules
example/node_modules
protos/*.proto
.codeclimate.yml
.travis.yml
7 changes: 5 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "csgo",
"version": "0.1.8",
"version": "0.1.10",
"dependencies": {
"protobufjs": "*",
"deferred": "*",
Expand All @@ -21,6 +21,9 @@
"valve",
"csgo"
],
"scripts" : {
"postinstall" : "node protoUpdate.js"
},
"author": {
"name": "Joshua Ferrara"
},
Expand All @@ -29,6 +32,6 @@
"url": "https://github.com/joshuaferrara/node-csgo/issues"
},
"homepage": "https://github.com/joshuaferrara/node-csgo",
"_id": "csgo@0.1.7",
"_id": "csgo@0.1.10",
"_from": "csgo@"
}

0 comments on commit a968bec

Please sign in to comment.