Skip to content

Commit

Permalink
Merge pull request #819 from spencermountain/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
spencermountain authored Feb 26, 2021
2 parents d486360 + 8dd4102 commit f5bc51d
Show file tree
Hide file tree
Showing 77 changed files with 4,539 additions and 3,728 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
npm ci
npm i --no-save eslint ts-node typescript
# npm run plugins:ci
npm run plugins:ci
- name: static checks
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
- name: build
run: |
npm run build
# npm run plugins:build
npm run plugins:build
- name: test
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
npm ci
npm i --no-save eslint ts-node typescript
# npm run plugins:ci
npm run plugins:ci
- name: static checks
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
- name: build
run: |
npm run build
# npm run plugins:build
npm run plugins:build
- name: test
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
it is
<a href="https://docs.compromise.cool/compromise-filesize">small,
<a href="https://docs.compromise.cool/compromise-performance">quick</a>,
and often <a href="https://docs.compromise.cool/compromise-accuracy">good-enough</a>.
and often <i><a href="https://docs.compromise.cool/compromise-accuracy">good-enough</a></i>.
</div>

<!-- spacer -->
Expand Down
6 changes: 3 additions & 3 deletions plugins/adjectives/builds/compromise-adjectives.js

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

2 changes: 1 addition & 1 deletion plugins/adjectives/builds/compromise-adjectives.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions plugins/adjectives/builds/compromise-adjectives.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* compromise-adjectives 0.0.6 MIT */
/* compromise-adjectives 0.0.7 MIT */
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
Expand Down Expand Up @@ -309,9 +309,9 @@ var addMethods = function addMethods(Doc) {

_createClass(Adjective, [{
key: "json",

value:
/** overload the original json with noun information */
value: function json(options) {
function json(options) {
var n = null;

if (typeof options === 'number') {
Expand Down
2 changes: 1 addition & 1 deletion plugins/adjectives/package-lock.json

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

2 changes: 1 addition & 1 deletion plugins/adjectives/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "compromise-adjectives",
"description": "smart-replace plugin for nlp-compromise",
"version": "0.0.6",
"version": "0.0.7",
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
"main": "./builds/compromise-adjectives.js",
"unpkg": "./builds/compromise-adjectives.min.js",
Expand Down
Loading

0 comments on commit f5bc51d

Please sign in to comment.