Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed May 10, 2016
1 parent a3fb383 commit c672395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var seedRandom = require('seed-random');
var palettes = require('./lib/color-palettes');
var palettes = require('./lib/color-palettes.json');
var createRandomRange = require('./lib/random-range');

module.exports = function (seed) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "color-wander",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "./browser.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
Expand Down

0 comments on commit c672395

Please sign in to comment.