|
11 | 11 | "coverage": "rimraf coverage && jest --coverage", |
12 | 12 | "travis": "yarn lint && yarn test", |
13 | 13 | "lint": "node_modules/.bin/tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'", |
14 | | - "docs": "rimraf docs && typedoc --name Sequency --readme APIDOC.md --module commonjs --out docs --excludeNotExported --target es6 --hideGenerator --gaID UA-48569937-1 src", |
| 14 | + "docs": "rimraf docs && typedoc --name Sequency --readme APIDOC.md -out docs --hideGenerator src/Sequence.ts", |
15 | 15 | "docs-publish": "yarn docs && touch docs/.nojekyll && gh-pages -d docs -t", |
16 | 16 | "bundle": "webpack --mode production && size-limit", |
| 17 | + "bundle-browsertest": "open ./test/browsertest-lib.html", |
17 | 18 | "clean": "rimraf lib && rimraf lib-umd && rimraf docs && rimraf coverage", |
18 | 19 | "compile": "tsc", |
19 | 20 | "build": "yarn clean && yarn lint && yarn compile && yarn test && yarn bundle", |
20 | 21 | "prepublishOnly": "yarn build" |
21 | 22 | }, |
22 | | - "author": "Benjamin Winterberg", |
| 23 | + "author": "winterbe", |
23 | 24 | "homepage": "https://winterbe.com", |
24 | 25 | "license": "MIT", |
25 | 26 | "repository": { |
|
38 | 39 | "node": ">=6.0.0" |
39 | 40 | }, |
40 | 41 | "devDependencies": { |
41 | | - "@types/jest": "^23.3.1", |
42 | | - "gh-pages": "^1.2.0", |
43 | | - "jest": "^23.4.2", |
44 | | - "rimraf": "^2.6.2", |
45 | | - "size-limit": "^0.19.0", |
| 42 | + "@size-limit/preset-small-lib": "^7.0.8", |
| 43 | + "@types/jest": "^27.4.1", |
| 44 | + "gh-pages": "^3.2.3", |
| 45 | + "jest": "^27.5.1", |
| 46 | + "rimraf": "^3.0.2", |
| 47 | + "size-limit": "^7.0.8", |
46 | 48 | "ts-loader": "^8.2.0", |
47 | 49 | "tslint": "^5.11.0", |
48 | | - "typedoc": "^0.11.1", |
| 50 | + "typedoc": "^0.22.13", |
49 | 51 | "typescript": "^4.6.2", |
| 52 | + "uglifyjs-webpack-plugin": "^2.2.0", |
50 | 53 | "webpack": "^4.46.0", |
51 | | - "webpack-cli": "^3.3.12", |
52 | | - "uglifyjs-webpack-plugin": "^2.2.0" |
| 54 | + "webpack-cli": "^3.3.12" |
53 | 55 | }, |
54 | 56 | "jest": { |
55 | 57 | "moduleFileExtensions": [ |
|
67 | 69 | "size-limit": [ |
68 | 70 | { |
69 | 71 | "path": "lib-umd/sequency.min.js", |
70 | | - "limit": "9 KB" |
| 72 | + "limit": "10 KB" |
71 | 73 | } |
72 | 74 | ], |
73 | 75 | "keywords": [ |
|
0 commit comments