Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Commit

Permalink
Bump bsb-js version and bs-loader version
Browse files Browse the repository at this point in the history
  • Loading branch information
rrdelaney committed May 10, 2018
1 parent 7bb30cc commit 0414cdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
19 changes: 4 additions & 15 deletions packages/bs-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bs-loader",
"version": "2.0.3",
"version": "2.0.4",
"description": "Bucklescript integration in Webpack",
"main": "index.js",
"scripts": {
Expand All @@ -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 <[email protected]>",
"license": "MIT",
"bugs": {
Expand All @@ -38,9 +30,6 @@
"webpack": "^3.5.4"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/example/"
]
"testPathIgnorePatterns": ["/node_modules/", "/example/"]
}
}
9 changes: 2 additions & 7 deletions packages/bsb-js/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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 <[email protected]>",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 0414cdc

Please sign in to comment.