@opengov/ppf-eslint-config
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "@opengov/ppf-eslint-config", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "ESLint config for PPF", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"license": "ISC", | ||
"main": "base.js", | ||
"main": "index.js", | ||
"devDependencies": { | ||
@@ -24,9 +24,2 @@ "@opengov/ppf-tsconfig": "^0.0.1", | ||
}, | ||
"directories": { | ||
"lib": "lib", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"repository": { | ||
@@ -36,5 +29,2 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"test": "node ./__tests__/ppf-eslint-ppf.test.js" | ||
}, | ||
"bugs": { | ||
@@ -41,0 +31,0 @@ "url": "https://github.com/OpenGov/pluggable-payments/issues" |
3329
5
95