Skip to content

Commit

Permalink
fix: remove unnecessary dependency reference in build
Browse files Browse the repository at this point in the history
  • Loading branch information
icopp committed Feb 3, 2019
1 parent 230d0e4 commit 4fdfb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
}
]
],
"plugins": ["@babel/plugin-proposal-class-properties", "babel-plugin-ramda"]
"plugins": ["@babel/plugin-proposal-class-properties"]
}

0 comments on commit 4fdfb56

Please sign in to comment.