diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 3afc4ec..0000000 --- a/.npmignore +++ /dev/null @@ -1,7 +0,0 @@ -* -.* -*.* -!/cq-prolyfill.js -!/cq-prolyfill.min.js -!/cq-prolyfill.min.js.gz -!/postcss-plugin.js diff --git a/package.json b/package.json index 97ba530..f836c75 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,35 @@ { "name": "cq-prolyfill", "version": "0.2.1", - "description": "Prolyfill for CSS Container Queries", + "description": "Prolyfill for CSS Container Queries (aka Element Queries)", "license": "MIT", "keywords": [ + "CSS", + "Container Queries", + "Container Query", + "Element Queries", + "Element Query", + "Prolyfill", + "Prollyfill", + "Polyfill", "postcss-plugin" ], "scripts": { "test": "make test" }, "main": "cq-prolyfill.js", + "browser": "cq-prolyfill.js", + "files": [ + "cq-prolyfill.js", + "cq-prolyfill.min.js", + "cq-prolyfill.min.js.gz", + "postcss-plugin.js" + ], + "homepage": "https://github.com/ausi/cq-prolyfill", + "repository": "ausi/cq-prolyfill", + "bugs": { + "url": "https://github.com/ausi/cq-prolyfill/issues" + }, "dependencies": { "postcss": "^5.0.2" },