This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump bsb-js version and bs-loader version
- Loading branch information
Showing
2 changed files
with
6 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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": { | ||
|
@@ -38,9 +30,6 @@ | |
"webpack": "^3.5.4" | ||
}, | ||
"jest": { | ||
"testPathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/example/" | ||
] | ||
"testPathIgnorePatterns": ["/node_modules/", "/example/"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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": { | ||
|