Skip to content

Commit

Permalink
fix: remove prop omitting
Browse files Browse the repository at this point in the history
We don't need this anymore since the API is clear which props are acceptable right?
  • Loading branch information
jquense committed Sep 10, 2018
1 parent d61683c commit 76345f2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 483 deletions.
8 changes: 7 additions & 1 deletion .babelrc
@@ -1,3 +1,9 @@
{
"presets": [["@4c/4catalyzer", { "target": "node" }]]
"presets": [["@4c/4catalyzer", { "target": "node" }]],
"overrides": [
{
"test": "src/runtime/**",
"presets": [["@4c/4catalyzer", { "target": "web" }]]
}
]
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"test": "jest",
"tdd": "jest --watch",
"prepublishOnly": "npm run build",
"build": "rimraf lib/* && babel src --out-dir lib && node tools/compile-regex.js",
"build": "rimraf lib/* && babel src --out-dir lib --delete-dir-on-start",
"start": "webpack-dev-server --config ./example/webpack.config.js"
},
"lint-staged": {
Expand Down
3 changes: 0 additions & 3 deletions src/runtime/.babelrc

This file was deleted.

0 comments on commit 76345f2

Please sign in to comment.