git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 89fdfd472cc2ca315a9d53dd9bc060cba1b62534

update `simple-rc`, fix config in browser by moving evalify here

Michael Williams committed on 1/8/2016, 5:32:39 AM
Parent: 0409dd215c605012fc66fc9bb693bf445866841b

Files changed

app/package.jsonchanged
package.jsonchanged
app/package.jsonView
@@ -7,9 +7,10 @@
77 "transform": [
88 ["cssify", { "modules": true } ],
99 "babelify",
1010 "envify",
11- "bulkify"
11+ "bulkify",
12+ ["evalify", { "files": "**/app/config.js" } ]
1213 ]
1314 },
1415 "rc": {
1516 "files": [
package.jsonView
@@ -97,9 +97,9 @@
9797 "css-modules-require-hook": "^2.1.0",
9898 "cssify": "github:ahdinosaur/cssify",
9999 "ecstatic": "^1.4.0",
100100 "envify": "^3.4.0",
101- "evalify": "^1.0.1",
101+ "evalify": "github:ahdinosaur/evalify#minimatch",
102102 "feathers": "^2.0.0-pre.1",
103103 "feathers-hooks": "^0.5.1",
104104 "feathers-knex": "^2.0.0",
105105 "feathers-rest": "^1.0.0",

Built with git-ssb-web