Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Removed .npm from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhu committed Sep 2, 2014
1 parent 67d27a5 commit 97576a8
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.build*
.npm
1 change: 1 addition & 0 deletions .npm/package/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
7 changes: 7 additions & 0 deletions .npm/package/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This directory and the files immediately inside it are automatically generated
when you change this package's NPM dependencies. Commit the files in this
directory (npm-shrinkwrap.json, .gitignore, and this README) to source control
so that others run the same versions of sub-dependencies.

You should NOT check in the node_modules directory that Meteor automatically
creates; if you are using git, the .gitignore file tells git to ignore it.
102 changes: 102 additions & 0 deletions .npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Npm.depends({'fbgraph': '0.2.11'});

Package.describe({
summary: "Node.js module to access the Facebook graph api.",
version: "1.0.1",
version: "1.0.2",
git: "https://github.com/stevezhu/meteor-fbgraph.git"
});

Expand Down

0 comments on commit 97576a8

Please sign in to comment.