From fd0e0fa0962cd44c268b50fef04463b9afbb5811 Mon Sep 17 00:00:00 2001 From: Curtis Loisel <curtis@voceconnect.com> Date: Tue, 22 Jul 2014 12:06:51 -0400 Subject: [PATCH] Adding node modules to gitignore and adding lock file --- .gitignore | 3 ++- composer.lock | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 composer.lock diff --git a/.gitignore b/.gitignore index 5657f6e..5ec454f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -vendor \ No newline at end of file +vendor +node_modules \ No newline at end of file diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..4ee0a02 --- /dev/null +++ b/composer.lock @@ -0,0 +1,58 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" + ], + "hash": "00b466b2559c0eba474c60bd0b7f040c", + "packages": [ + { + "name": "voceconnect/voce-settings-api", + "version": "v0.4.8", + "source": { + "type": "git", + "url": "https://github.com/voceconnect/voce-settings-api.git", + "reference": "e97e2e4efa0117fd181805fbf217f57f6c5afa3c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/e97e2e4efa0117fd181805fbf217f57f6c5afa3c", + "reference": "e97e2e4efa0117fd181805fbf217f57f6c5afa3c", + "shasum": "" + }, + "type": "library", + "autoload": { + "files": [ + "voce-settings-api.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPLv2+" + ], + "authors": [ + { + "name": "Michael Pretty", + "email": "mpretty@voceconnect.com" + } + ], + "description": "A simplification of the core WordPress settings API", + "time": "2014-07-17 03:33:57" + } + ], + "packages-dev": [ + + ], + "aliases": [ + + ], + "minimum-stability": "stable", + "stability-flags": [ + + ], + "platform": [ + + ], + "platform-dev": [ + + ] +} -- GitLab