Skip to content

Commit

Permalink
fix: Fix syntax errors in SSR (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
daixianceng committed Feb 12, 2019
1 parent 7ead6bd commit 2a5cfc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "formik-material-fields",
"version": "0.0.2",
"version": "0.0.3",
"description": "A set of material style fields for formik",
"main": "lib/index.js",
"module": "es/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --presets=@babel/preset-env,@babel/preset-react",
"build:es": "babel src --out-dir es",
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/formik-material-fields.js",
"build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/formik-material-fields.min.js",
Expand Down

0 comments on commit 2a5cfc3

Please sign in to comment.