From 0ebabf56d1d6d1334e49fa9fc4979e3b351ed4f8 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Mon, 23 May 2016 13:36:53 -0700 Subject: [PATCH] Ran `yo openstack` on itself This project should adhere to its own rules. Change-Id: I52be0f532f38d320ce2fe729c90da8e3c0f8e84f --- .eslintignore | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index aaaaea9..f34d1e9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,5 @@ +.npm cover -node_modules \ No newline at end of file +node_modules +npm-debug.log +package \ No newline at end of file diff --git a/package.json b/package.json index 30d3910..49280a0 100644 --- a/package.json +++ b/package.json @@ -42,4 +42,4 @@ "yeoman-test": "^1.1.0" }, "repository": "git://git.openstack.org/openstack-infra/js-generator-openstack" -} +} \ No newline at end of file