Skip to content

Commit

Permalink
update gitignore, package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fejes713 committed Feb 21, 2019
1 parent 3a4946d commit b566de5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# System specific
# system specific
.DS_Store

# Dependency directories
# dependency directories
node_modules/

# Editor
.vscode
# parcel
.cache
dist

# editor
.vscode

# dotenv environment variables file
.env
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
},
"main": "index.js",
"scripts": {
"extractor": "node ./src/extract.js",
"dev": "parcel website/index.html",
"build": "parcel build website/index.html -d docs/ --public-url ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Fejes <[email protected]> (https://stefanfejes.com)",
Expand Down

0 comments on commit b566de5

Please sign in to comment.