Skip to content

Commit eb96f51

Browse files
committed
Include built lib
1 parent 1cb8453 commit eb96f51

3 files changed

Lines changed: 36 additions & 5 deletions

File tree

lib/tailored.js

Lines changed: 27 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailored",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Pattern matching library",
55
"main": "lib/tailored.js",
66
"jsnext:main": "src/index.js",
@@ -27,6 +27,7 @@
2727
"rollup-plugin-babel": "^2.7.1"
2828
},
2929
"dependencies": {
30-
"erlang-types": "^1.0.0"
30+
"erlang-types": "^1.0.0",
31+
"tailored": "^2.4.2"
3132
}
3233
}

yarn.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,12 @@ supports-color@^2.0.0:
877877
version "2.0.0"
878878
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
879879

880+
tailored@^2.4.2:
881+
version "2.4.2"
882+
resolved "https://registry.yarnpkg.com/tailored/-/tailored-2.4.2.tgz#c2d9eb40d23f4b660791cf5f5b0ca997e5aa5171"
883+
dependencies:
884+
erlang-types "^1.0.0"
885+
880886
to-fast-properties@^1.0.1:
881887
version "1.0.2"
882888
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"

0 commit comments

Comments
 (0)