Skip to content

Commit bccad75

Browse files
committed
v1.3.1
1 parent 4341d22 commit bccad75

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed

package.json

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
{
2-
"name": "missing-native-js-functions",
3-
"version": "1.2.18",
4-
"description": "mnJSf that should be the base library for every JS project",
5-
"main": "dist/index.js",
6-
"browser": "dist/mnjsf.min.js",
7-
"types": "dist/index.d.ts",
8-
"scripts": {
9-
"test": "node example/",
10-
"start": "yarn build && yarn test",
11-
"build": "tsc -b .",
12-
"rollup": "rollup -c",
13-
"release": "yarn build && yarn rollup && changelogen --bump --output=CHANGELOG.md && git push --follow-tags && yarn publish",
14-
"lint": "eslint --ext .js,.ts",
15-
"docs": "TYPEDOC_WATCH=true docusaurus start",
16-
"docs:build": "docusaurus build"
17-
},
18-
"repository": {
19-
"type": "git",
20-
"url": "git+https://github.com/trantlabs/missing-native-js-functions.git"
21-
},
22-
"keywords": [
23-
"js",
24-
"js-utils",
25-
"js-extension",
26-
"ecma",
27-
"ecma-utils",
28-
"ecma-extension",
29-
"mnJSf",
30-
"lodash",
31-
"underscore"
32-
],
33-
"author": "Flam3rboy",
34-
"contributors": [
35-
"xNaCly",
36-
"intevel"
37-
],
38-
"license": "ISC",
39-
"bugs": {
40-
"url": "https://github.com/trantlabs/missing-native-js-functions/issues"
41-
},
42-
"homepage": "https://trantlabs.github.io/missing-native-js-functions/",
43-
"devDependencies": {
44-
"@docusaurus/core": "2.2.0",
45-
"@docusaurus/module-type-aliases": "2.2.0",
46-
"@docusaurus/preset-classic": "2.2.0",
47-
"@mdx-js/react": "^1.6.22",
48-
"@trantlabs/eslint-config-typescript": "^0.0.0",
49-
"@types/node": "^14.14.14",
50-
"changelogen": "^0.4.0",
51-
"clsx": "^1.2.1",
52-
"docusaurus-plugin-typedoc": "^0.18.0",
53-
"eslint": "^8.30.0",
54-
"patch-package": "^6.5.0",
55-
"prism-react-renderer": "^1.3.5",
56-
"react": "^17.0.2",
57-
"react-dom": "^17.0.2",
58-
"rollup": "^2.36.1",
59-
"rollup-plugin-babel-minify": "^10.0.0",
60-
"rollup-plugin-commonjs": "^10.1.0",
61-
"rollup-plugin-node-resolve": "^5.2.0",
62-
"typedoc": "^0.23.23",
63-
"typedoc-plugin-markdown": "^3.14.0",
64-
"typescript": "^4.4.3"
65-
}
2+
"name": "missing-native-js-functions",
3+
"version": "1.3.1",
4+
"description": "mnJSf that should be the base library for every JS project",
5+
"main": "dist/index.js",
6+
"browser": "dist/mnjsf.min.js",
7+
"types": "dist/index.d.ts",
8+
"scripts": {
9+
"test": "node example/",
10+
"start": "yarn build && yarn test",
11+
"build": "tsc -b .",
12+
"rollup": "rollup -c",
13+
"release": "yarn build && yarn rollup && changelogen --bump --output=CHANGELOG.md && git push --follow-tags && yarn publish",
14+
"lint": "eslint --ext .js,.ts",
15+
"docs": "TYPEDOC_WATCH=true docusaurus start",
16+
"docs:build": "docusaurus build"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/trantlabs/missing-native-js-functions.git"
21+
},
22+
"keywords": [
23+
"js",
24+
"js-utils",
25+
"js-extension",
26+
"ecma",
27+
"ecma-utils",
28+
"ecma-extension",
29+
"mnJSf",
30+
"lodash",
31+
"underscore"
32+
],
33+
"author": "Flam3rboy",
34+
"contributors": [
35+
"xNaCly",
36+
"intevel"
37+
],
38+
"license": "ISC",
39+
"bugs": {
40+
"url": "https://github.com/trantlabs/missing-native-js-functions/issues"
41+
},
42+
"homepage": "https://trantlabs.github.io/missing-native-js-functions/",
43+
"devDependencies": {
44+
"@docusaurus/core": "2.2.0",
45+
"@docusaurus/module-type-aliases": "2.2.0",
46+
"@docusaurus/preset-classic": "2.2.0",
47+
"@mdx-js/react": "^1.6.22",
48+
"@trantlabs/eslint-config-typescript": "^0.0.0",
49+
"@types/node": "^14.14.14",
50+
"changelogen": "^0.4.0",
51+
"clsx": "^1.2.1",
52+
"docusaurus-plugin-typedoc": "^0.18.0",
53+
"eslint": "^8.30.0",
54+
"patch-package": "^6.5.0",
55+
"prism-react-renderer": "^1.3.5",
56+
"react": "^17.0.2",
57+
"react-dom": "^17.0.2",
58+
"rollup": "^2.36.1",
59+
"rollup-plugin-babel-minify": "^10.0.0",
60+
"rollup-plugin-commonjs": "^10.1.0",
61+
"rollup-plugin-node-resolve": "^5.2.0",
62+
"typedoc": "^0.23.23",
63+
"typedoc-plugin-markdown": "^3.14.0",
64+
"typescript": "^4.4.3"
65+
}
6666
}

0 commit comments

Comments
 (0)