Skip to content

Commit

Permalink
update README.md and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy3342 committed Mar 26, 2020
1 parent ca75578 commit 89ea1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Three.js bunnymark or Three.js vs Pixi.js**


* [Demo](https://htmlpreview.github.io/?https://raw.githubusercontent.com/dmitriy3342/threejs-bunnymark/master/dist/index.html)

## Task: Load PC until FPS will be equal 35

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel src/index.html",
"build": "parcel build src/index.html"
"build": "parcel build --public-url https://raw.githubusercontent.com/dmitriy3342/threejs-bunnymark/master/dist/ src/index.html"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 89ea1aa

Please sign in to comment.