Skip to content

Commit

Permalink
v1.2.0 Merge pull request #17 from twitter-base/next
Browse files Browse the repository at this point in the history
mainlined feature changes into algolia/chunk-text! ☺️[main]
  • Loading branch information
dezren39 authored Sep 16, 2020
2 parents 3225a34 + f5d6ed2 commit 2e76b43
Show file tree
Hide file tree
Showing 65 changed files with 216 additions and 11,528 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
import Twitter from 'twitter-lite'; //TODO: extend Twitter class
import TwitterText from 'twitter-text';
import chunk from '@dezren39/chunk-text'; //TODO: mainline package changes
import chunk from 'chunk-text'; //TODO: mainline package changes
// polyfill & 'custom method for standard object' sections
if (!Object.prototype.hasOwnProperty.call(RegExp, 'escape')) {
RegExp.escape = function(string) {
Expand Down
11,247 changes: 0 additions & 11,247 deletions package-lock.json

This file was deleted.

18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@
},
"homepage": "https://github.com/twitter-base/tweet/tree/main#readme",
"dependencies": {
"@dezren39/chunk-text": "^2.0.1",
"chunk-text": "^2.0.0",
"semantic-release": "^17.1.1",
"chunk-text": "^2.0.1",
"twitter-lite": "^0.14.0",
"twitter-text": "^3.1.0"
},
Expand Down Expand Up @@ -99,6 +97,7 @@
"husky": "^4.3.0",
"json": "^10.0.0",
"prettier": "^2.1.2",
"semantic-release": "^17.1.1",
"sleep-atomic": "^1.0.0"
},
"config": {
Expand All @@ -109,8 +108,14 @@
"release": {
"branches": [
"main",
{"name": "next", "prerelease": true},
{"name": "dev", "prerelease": true}
{
"name": "next",
"prerelease": true
},
{
"name": "dev",
"prerelease": true
}
]
},
"plugins": [
Expand Down Expand Up @@ -160,6 +165,5 @@
],
"publishConfig": {
"access": "public"
},
"private": false
}
}
Loading

0 comments on commit 2e76b43

Please sign in to comment.