diff --git a/package-lock.json b/package-lock.json index 5a3673d..a4b1be0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "prismic-reactjs", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ffb650..d0e6f43 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "prismic-reactjs", - "version": "1.3.3", + "version": "1.3.4", "description": "render prismic rich text as React Element", "main": "dist/prismic-reactjs.js", "scripts": { - "build": "webpack --debug; webpack -p", + "build": "webpack --debug && webpack -p", "analyze": "webpack -p --analyze", "dev": "webpack -d --watch", "prepublish": "npm run build",