Skip to content

Commit

Permalink
feat: basic unicode line break, grapheme break and common unicode pro…
Browse files Browse the repository at this point in the history
…perties.
  • Loading branch information
BillBai committed Dec 13, 2018
1 parent 7cd2d68 commit bcaff1b
Show file tree
Hide file tree
Showing 119 changed files with 2,160,765 additions and 15 deletions.
16 changes: 16 additions & 0 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,11 @@
}
},
"jest": {
"preset": "ts-jest",
"transform": {
".(ts|tsx)": "ts-jest"
},
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/test/"
Expand Down Expand Up @@ -92,8 +87,9 @@
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@types/jest": "^23.3.2",
"@types/node": "^10.11.0",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.14",
"@types/pako": "^1.0.0",
"colors": "^1.3.2",
"commitizen": "^3.0.0",
"coveralls": "^3.0.2",
Expand All @@ -115,20 +111,24 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.18.0",
"semantic-release": "^15.12.5",
"ts-jest": "^23.10.2",
"travis-deploy-once": "^5.0.10",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.13.0",
"typescript": "^3.0.3",
"travis-deploy-once": "^5.0.10"
"typescript": "^3.2.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-push": "npm run test:prod && npm run build"
}
},
"dependencies": {
"pako": "^1.0.7",
"tiny-inflate": "^1.0.2"
}
}
Loading

0 comments on commit bcaff1b

Please sign in to comment.