retext-pos
Advanced tools
Comparing version 0.1.6 to 0.1.7
16
index.js
@@ -14,8 +14,2 @@ 'use strict'; | ||
/** | ||
* Define `pos`. | ||
*/ | ||
function pos() {} | ||
/** | ||
* A POS change inside a parent. | ||
@@ -98,3 +92,3 @@ * | ||
/** | ||
* Define `attach`. | ||
* Define `pos`. | ||
* | ||
@@ -104,3 +98,3 @@ * @param {Retext} retext - Instance of Retext. | ||
function attach(retext) { | ||
function pos(retext) { | ||
var WordNode; | ||
@@ -119,8 +113,2 @@ | ||
/** | ||
* Expose `attach`. | ||
*/ | ||
pos.attach = attach; | ||
/** | ||
* Expose `pos`. | ||
@@ -127,0 +115,0 @@ */ |
{ | ||
"name": "retext-pos", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Retext POS (part-of-speech) tagger", | ||
@@ -23,9 +23,9 @@ "license": "MIT", | ||
"devDependencies": { | ||
"eslint": "^0.8.2", | ||
"eslint": "^0.9.0", | ||
"istanbul": "^0.3.0", | ||
"jscs": "^1.6.0", | ||
"mocha": "^1.21.0", | ||
"retext": "^0.3.0-rc.1", | ||
"retext-content": "^0.2.2", | ||
"retext-visit": "^0.2.0" | ||
"jscs": "^1.7.0", | ||
"mocha": "^2.0.0", | ||
"retext": "^0.3.0-rc.2", | ||
"retext-content": "^0.2.5", | ||
"retext-visit": "^0.2.2" | ||
}, | ||
@@ -36,4 +36,4 @@ "scripts": { | ||
"lint": "npm run lint-api && npm run lint-test && npm run lint-style", | ||
"lint-api": "node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single]'", | ||
"lint-test": "node_modules/.bin/eslint test.js --env node --env mocha --rule 'quotes: [2, single]'", | ||
"lint-api": "node_modules/.bin/eslint index.js", | ||
"lint-test": "node_modules/.bin/eslint test.js --env mocha", | ||
"lint-style": "node_modules/.bin/jscs index.js test.js --reporter=inline", | ||
@@ -40,0 +40,0 @@ "coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- test.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5766
85