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

Commit 0414cdc

Browse files
committed
Bump bsb-js version and bs-loader version
1 parent 7bb30cc commit 0414cdc

2 files changed

Lines changed: 6 additions & 22 deletions

File tree

packages/bs-loader/package.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bs-loader",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Bucklescript integration in Webpack",
55
"main": "index.js",
66
"scripts": {
@@ -10,16 +10,8 @@
1010
"type": "git",
1111
"url": "git+https://github.com/reasonml-community/bs-loader.git"
1212
},
13-
"files": [
14-
"index.js"
15-
],
16-
"keywords": [
17-
"bucklescript",
18-
"reason",
19-
"webpack",
20-
"ocaml",
21-
"reasonml"
22-
],
13+
"files": ["index.js"],
14+
"keywords": ["bucklescript", "reason", "webpack", "ocaml", "reasonml"],
2315
"author": "Ryan Delaney <rrdelaney@outlook.com>",
2416
"license": "MIT",
2517
"bugs": {
@@ -38,9 +30,6 @@
3830
"webpack": "^3.5.4"
3931
},
4032
"jest": {
41-
"testPathIgnorePatterns": [
42-
"/node_modules/",
43-
"/example/"
44-
]
33+
"testPathIgnorePatterns": ["/node_modules/", "/example/"]
4534
}
4635
}

packages/bsb-js/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bsb-js",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "JS library wrapping BuckleScript build",
55
"main": "index.js",
66
"scripts": {
@@ -10,12 +10,7 @@
1010
"type": "git",
1111
"url": "git+https://github.com/reasonml-community/bs-loader.git"
1212
},
13-
"keywords": [
14-
"bsb",
15-
"bucklescript",
16-
"reason",
17-
"reasonml"
18-
],
13+
"keywords": ["bsb", "bucklescript", "reason", "reasonml"],
1914
"author": "Ryan Delaney <rrdelaney@outlook.com>",
2015
"license": "MIT",
2116
"bugs": {

0 commit comments

Comments
 (0)