1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

nix non-css stuff from package.json template

This commit is contained in:
Shawn Allen 2017-09-01 17:15:57 -07:00
parent a5b4a529e2
commit 760005cc2a

View File

@ -4,8 +4,8 @@
"description": "<%= description %>",
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",<% if (type === "css") { %>
"style": "index.scss",<% } %>
"license": "MIT",
"style": "index.scss",
"main": "build/index.js",
"repository": "https://github.com/primer/primer-css/tree/master/modules/<%= module %>",
"bugs": {
@ -14,7 +14,7 @@
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"lint": "stylelint **/*.scss -s scss",
"lint": "eslint",
"test": "npm-run-all -s build lint"
},
"dependencies": {