Skip to content

Commit

Permalink
better folder structure & scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed May 23, 2020
1 parent d6e4d69 commit 52def31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="raw.css">
<title>raw.css</title>
<link rel="stylesheet" href="../raw.css">
<title>🍣 raw.css docs</title>
</head>
<body>
<button>Button</button>
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
"keywords": [
"css",
"stylesheet",
"raw",
"raw.css",
"deno"
"raw"
],
"author": "matheusps <[email protected]>",
"license": "MIT",
"scripts": {
"prepublish": "yarn build",
"release": "np",
"build": "node build.js"
},
Expand Down

0 comments on commit 52def31

Please sign in to comment.