Comparing version 0.1.0 to 0.2.0
@@ -96,3 +96,3 @@ 'use strict'; | ||
// _codeForEnglishInitial : string -> JongseongCode | ||
// _codeForEnglishInitial :: string -> JongseongCode | ||
// Given an English letter, returns its jongseong code. | ||
@@ -114,3 +114,3 @@ // Assume e is a single-letter English string. | ||
// code : string -> JongseongCode | ||
// code :: string -> JongseongCode | ||
// Computes the jongseong code of a given string. | ||
@@ -157,3 +157,3 @@ // If there isn't any recognizable letter in word, returns 0 (no jongseong). | ||
// hasJongseong : string -> boolean | ||
// hasJongseong :: string -> boolean | ||
// Does the last letter of a given word have a jongseong? | ||
@@ -160,0 +160,0 @@ var hasJongseong = function hasJongseong(w) { |
@@ -152,3 +152,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// _codeForEnglishInitial : string -> JongseongCode | ||
// _codeForEnglishInitial :: string -> JongseongCode | ||
// Given an English letter, returns its jongseong code. | ||
@@ -170,3 +170,3 @@ // Assume e is a single-letter English string. | ||
// code : string -> JongseongCode | ||
// code :: string -> JongseongCode | ||
// Computes the jongseong code of a given string. | ||
@@ -213,3 +213,3 @@ // If there isn't any recognizable letter in word, returns 0 (no jongseong). | ||
// hasJongseong : string -> boolean | ||
// hasJongseong :: string -> boolean | ||
// Does the last letter of a given word have a jongseong? | ||
@@ -216,0 +216,0 @@ var hasJongseong = function hasJongseong(w) { |
{ | ||
"name": "jongseong", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Hangul jongseong checker", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"commit": "git-cz", | ||
"test": "cross-env NODE_ENV=test nyc mocha src/index.test.js", | ||
@@ -15,3 +16,4 @@ "report-coverage": "cat ./coverage/lcov.info | codecov", | ||
"lint": "standard src/**/*.js", | ||
"validate": "npm-run-all --parallel lint test build" | ||
"validate": "npm-run-all --parallel lint test build", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
@@ -31,7 +33,12 @@ "author": "Kim Donghee <kimdhoe1@gmail.com>", | ||
"codecov": "^1.0.1", | ||
"commitizen": "^2.9.5", | ||
"cross-env": "^3.1.4", | ||
"cz-conventional-changelog": "^1.2.0", | ||
"ghooks": "^2.0.0", | ||
"mocha": "^3.2.0", | ||
"npm-run-all": "^4.0.1", | ||
"nyc": "^10.1.2", | ||
"semantic-release": "^6.3.2", | ||
"standard": "^8.6.0", | ||
"validate-commit-msg": "^2.10.1", | ||
"webpack": "^1.14.0" | ||
@@ -70,3 +77,16 @@ }, | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/kimdhoe/jongseong.git" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
}, | ||
"ghooks": { | ||
"pre-commit": "npm run validate", | ||
"commit-msg": "validate-commit-msg" | ||
} | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
40464
0
0
18