Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDegraeve committed Sep 30, 2020
1 parent 13461e8 commit bb2497d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion esy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "res-react-intl",
"version": "3.1.0",
"version": "3.1.1",
"description": "Reason/OCaml PPX generating ReactIntl `id` from `defaultMessage`",
"author": "Simon Degraeve <simon.degraeve@gmail.com>",
"license": "MIT",
Expand Down
17 changes: 0 additions & 17 deletions script/release-make-skeleton.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,7 @@ const pkgJson = {
'ppx',
'extract.exe',
'extract',
'bsconfig.json',
],
}

fs.writeFileSync(path.join(dst, 'package.json'), JSON.stringify(pkgJson, null, 2))

const bsConfig = {
name: pkgJson.name,
'bs-dependencies': ['reason-react'],
reason: {
'react-jsx': 3,
},
refmt: 3,
'package-specs': {
module: 'es6',
'in-source': true,
},
suffix: '.bs.js',
}

fs.writeFileSync(path.join(dst, 'bsconfig.json'), JSON.stringify(bsConfig, null, 2))

0 comments on commit bb2497d

Please sign in to comment.