diff --git a/packages/bs-loader/package.json b/packages/bs-loader/package.json index 4cde2d1..9abe6b7 100644 --- a/packages/bs-loader/package.json +++ b/packages/bs-loader/package.json @@ -1,6 +1,6 @@ { "name": "bs-loader", - "version": "2.0.3", + "version": "2.0.4", "description": "Bucklescript integration in Webpack", "main": "index.js", "scripts": { @@ -10,16 +10,8 @@ "type": "git", "url": "git+https://github.com/reasonml-community/bs-loader.git" }, - "files": [ - "index.js" - ], - "keywords": [ - "bucklescript", - "reason", - "webpack", - "ocaml", - "reasonml" - ], + "files": ["index.js"], + "keywords": ["bucklescript", "reason", "webpack", "ocaml", "reasonml"], "author": "Ryan Delaney ", "license": "MIT", "bugs": { @@ -38,9 +30,6 @@ "webpack": "^3.5.4" }, "jest": { - "testPathIgnorePatterns": [ - "/node_modules/", - "/example/" - ] + "testPathIgnorePatterns": ["/node_modules/", "/example/"] } } diff --git a/packages/bsb-js/package.json b/packages/bsb-js/package.json index 8734c93..af24491 100644 --- a/packages/bsb-js/package.json +++ b/packages/bsb-js/package.json @@ -1,6 +1,6 @@ { "name": "bsb-js", - "version": "1.0.2", + "version": "1.1.0", "description": "JS library wrapping BuckleScript build", "main": "index.js", "scripts": { @@ -10,12 +10,7 @@ "type": "git", "url": "git+https://github.com/reasonml-community/bs-loader.git" }, - "keywords": [ - "bsb", - "bucklescript", - "reason", - "reasonml" - ], + "keywords": ["bsb", "bucklescript", "reason", "reasonml"], "author": "Ryan Delaney ", "license": "MIT", "bugs": {