Luke Childs
6 years ago
5 changed files with 5003 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
!yarn.lock |
|||
|
|||
.cache |
|||
dist |
|||
node_modules |
|||
.nyc_output |
|||
npm-debug.log |
|||
package-lock.json |
|||
yarn-error.log |
@ -0,0 +1,5 @@ |
|||
<html> |
|||
<body> |
|||
<script async src="./index.js"></script> |
|||
</body> |
|||
</html> |
@ -0,0 +1 @@ |
|||
console.log('hello world'); |
@ -0,0 +1,17 @@ |
|||
{ |
|||
"name": "doge-seed-website", |
|||
"version": "1.0.0", |
|||
"description": "Website for lukechilds/doge-seed", |
|||
"main": "index.html", |
|||
"repository": "lukechilds/doge-seed", |
|||
"author": "Luke Childs <lukechilds123@gmail.com>", |
|||
"license": "MIT", |
|||
"private": true, |
|||
"scripts": { |
|||
"dev": "parcel index.html", |
|||
"build": "parcel build index.html" |
|||
}, |
|||
"devDependencies": { |
|||
"parcel-bundler": "^1.11.0" |
|||
} |
|||
} |
File diff suppressed because it is too large
Loading…
Reference in new issue