diff options
| author | Ronen Babayoff <[email protected]> | 2014-12-08 02:45:18 -0400 |
|---|---|---|
| committer | Ronen Babayoff <[email protected]> | 2014-12-08 02:45:18 -0400 |
| commit | 2c9177d290bdee9771b6182d616e5f7ffbc95f63 (patch) | |
| tree | b8fc2c94663d420e21d860362621fe0dd4fc7666 | |
| parent | b142ab6d99dc6c8c3f4df6526027b7eeaa2a372f (diff) | |
| download | faker-2c9177d290bdee9771b6182d616e5f7ffbc95f63.tar.xz faker-2c9177d290bdee9771b6182d616e5f7ffbc95f63.zip | |
Remove and ignore meteor versions.json
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | versions.json | 15 |
2 files changed, 3 insertions, 15 deletions
@@ -14,4 +14,7 @@ lib-cov node_modules/ /npm-debug.log /coverage + +# meteor specific .build* +versions.json diff --git a/versions.json b/versions.json deleted file mode 100644 index fca353a7..00000000 --- a/versions.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "dependencies": [ - [ - "meteor", - "1.1.3" - ], - [ - "underscore", - "1.0.1" - ] - ], - "pluginDependencies": [], - "toolVersion": "[email protected]", - "format": "1.0" -}
\ No newline at end of file |
