Skip to content

Commit

Permalink
Workers (#5)
Browse files Browse the repository at this point in the history
* wow shit it worked

* moved puppis to /worker, felt nicer
  • Loading branch information
Laura González authored Feb 8, 2017
1 parent f229484 commit d46f962
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "constelation-canvas",
"version": "1.1.0",
"version": "1.1.1",
"description": "draws cute moving canvas constellations",
"main": "src/app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Puppis = require("worker-loader?inline!./puppis.js");
const Puppis = require("worker-loader?inline!./worker/puppis.js");

const constellation = function ({
size = [400,400],
Expand Down
File renamed without changes.

0 comments on commit d46f962

Please sign in to comment.