Skip to content

Commit

Permalink
Update tldts to latest version (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao authored Dec 12, 2018
1 parent 7f5522b commit 043ed02
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

*not released yet*

## 0.4.1

*2018-12-12*

* Update `tldts` to version `3.1.1`

## 0.4.0

*2018-12-04*
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cliqz/adblocker",
"version": "0.4.0",
"version": "0.4.1",
"description": "Cliqz adblocker library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"punycode": "^2.1.1",
"tldts": "^3.0.0",
"tldts": "^3.1.1",
"tslib": "^1.9.3"
}
}
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default [
// Commonjs and ES module bundles (without third-party deps)
{
input: './build/index.js',
external: ['tldts', 'tslib'],
external: ['tldts', 'tslib', 'punycode'],
output: [
{ file: pkg.module, format: 'es' },
{ file: pkg.main, format: 'cjs' },
Expand Down

0 comments on commit 043ed02

Please sign in to comment.