Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/upframe/internships
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiofcferreira committed Dec 23, 2018
2 parents 62c0950 + 5d8a8f7 commit 894b0d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"private": true,
"name": "simple",
"version": "0.0.0",
"license": "MIT",
"name": "internships",
"version": "1.0.0",
"license": "GPL-3.0",
"scripts": {
"start": "npm run -s build && serve build",
"build": "preact build --template public/index.html --no-prerender",
"dev": "preact watch --template public/index.html",
"deploy": "now build",
"dev": "preact watch --template public/index.html --no-prerender",
"lint": "eslint src"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* /index.html 200
/* /index.html 200
Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit 894b0d1

Please sign in to comment.