diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-27 11:30:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-27 11:30:08 -0500 |
commit | 93629809e69f45cb529551a27a03a31885b73619 (patch) | |
tree | 2e1452dc7686be08135368a4ce1a62a1332a9bc3 | |
parent | 020e8c5568039fc041e13a5bcf4ced286fb4cc84 (diff) | |
download | portfolio-93629809e69f45cb529551a27a03a31885b73619.tar.lz portfolio-93629809e69f45cb529551a27a03a31885b73619.tar.xz portfolio-93629809e69f45cb529551a27a03a31885b73619.zip |
remove non-security bits
-rw-r--r-- | package.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index fc07a47..0000000 --- a/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "personal-site", - "version": "1.0.0", - "description": "web site", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://notabug.org/heckyel/personal-site.git" - }, - "author": "Jesús E.", - "license": "AGPL-3.0", - "dependencies": { - "jquery": "^3.3.1", - "normalize.css": "^8.0.1" - } -} |