1
0
Fork 0

remove package.json~

This commit is contained in:
maltejur 2020-11-10 21:41:31 +01:00
parent 056b4c2f61
commit b469d98b12
2 changed files with 0 additions and 23 deletions

Binary file not shown.

View file

@ -1,23 +0,0 @@
{
"name": "hsarch",
"version": "1.0.0",
"repository": "https://github.com/maltejur/hsarch.git",
"author": "maltejur <48161361+maltejur@users.noreply.github.com>",
"license": "MIT",
"devDependencies": {
"gh-pages": "^3.1.0",
"parcel-bundler": "^1.12.4",
"typescript": "^4.0.5"
},
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"deploy": "yarn build && gh-pages -d dist"
},
"dependencies": {
"nprogress": "^0.2.0"
},
"browserslist": [
"since 2017-06"
]
}