cox-postposition
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "cox-postposition", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "한글, 영문, 숫자에 대한 한글 조사를 처리하는 Javascript Library 입니다.", | ||
"main": "src/postposition.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node ./test/test.js", | ||
"pre-build": "eslint --fix src/postposition.js", | ||
"build": "npm run pre-build && webpack && npm run test" | ||
"post-build": "node ./build/post-build", | ||
"build": "npm run pre-build && webpack && npm run post-build && npm run test" | ||
}, | ||
@@ -49,3 +50,4 @@ "keywords": [ | ||
"webpack-cli": "^3.3.2" | ||
} | ||
}, | ||
"typings": "./index.d.ts" | ||
} |
@@ -51,3 +51,4 @@ # cox.postposition | ||
```js | ||
const postposition = require('cox-postposition/dist/cox.postposition.min.js'); | ||
//const postposition = require('cox-postposition/dist/cox.postposition.min.js'); | ||
const postposition = require('cox-postposition/umd'); | ||
@@ -54,0 +55,0 @@ const kor = postposition.put('고양이', '을'); |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28717
7
242
363
1