parse-japanese-basic
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -13,3 +13,2 @@ /** | ||
*/ | ||
var Jaco = require('jaco').Jaco | ||
@@ -109,3 +108,2 @@ | ||
*/ | ||
var parseJapaneseBasicPrototype = ParseJapaneseBasic.prototype | ||
@@ -220,2 +218,8 @@ | ||
parseJapaneseBasicPrototype.useFirst = function () { | ||
throw new Error( | ||
'Illegal Invocation: Unsupported `useFirst` function.' | ||
) | ||
} | ||
/** | ||
@@ -222,0 +226,0 @@ * Expose. |
{ | ||
"name": "parse-japanese-basic", | ||
"description": "Japanese (natural language) parser basic module", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": "Kenichiro Murata <kenichiro.murata@gmail.com>", | ||
@@ -16,3 +16,3 @@ "bugs": { | ||
"mocha": "^2.3.3", | ||
"power-assert": "^1.0.1", | ||
"power-assert": "^1.1.0", | ||
"standard": "^5.3.1", | ||
@@ -41,3 +41,3 @@ "unist-util-inspect": "^2.0.0" | ||
"standard": "standard", | ||
"test": "mocha --compilers js:espower-babel/guess test/**/*.js" | ||
"test": "npm run standard && mocha --compilers js:espower-babel/guess test/**/*.js" | ||
}, | ||
@@ -44,0 +44,0 @@ "standard": { |
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
9670
199