Skip to content

Commit 53e595b

Browse files
committed
fix: access public
1 parent 4b7c4d6 commit 53e595b

File tree

1 file changed

+67
-65
lines changed

1 file changed

+67
-65
lines changed

package.json

Lines changed: 67 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,69 @@
11
{
2-
"name": "@cubedelement.com/realty-investor-timeline",
3-
"private": false,
4-
"version": "1.0.1",
5-
"description": "A way to determine if and when your expenses would be covered",
6-
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"scripts": {
9-
"clean": "rimraf ./dist",
10-
"build": "tsc",
11-
"prebuild": "npm run clean",
12-
"pack": "npm pack",
13-
"test": "jest",
14-
"test:cov": "jest --coverage",
15-
"test:related": "jest --findRelatedTests",
16-
"test:gen-badges": "make-coverage-badge --output-path \"./badges/badge.svg\"",
17-
"test:cov-and-badge": "npm run test:cov && npm run test:gen-badges",
18-
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx --config .eslintrc.json",
19-
"eslint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --config .eslintrc.json --fix",
20-
"prepare": "husky install"
21-
},
22-
"repository": {
23-
"type": "git",
24-
"url": "git+https://github.com/kvernon/realty-investor-timeline.git"
25-
},
26-
"keywords": [
27-
"realty",
28-
"typescript",
29-
"investing"
30-
],
31-
"author": "Kelly Vernon",
32-
"license": "ISC",
33-
"bugs": {
34-
"url": "https://github.com/kvernon/realty-investor-timeline/issues"
35-
},
36-
"homepage": "https://github.com/kvernon/realty-investor-timeline#readme",
37-
"devDependencies": {
38-
"@commitlint/cli": "^13.1.0",
39-
"@commitlint/config-conventional": "^13.1.0",
40-
"@semantic-release/changelog": "^6.0.0",
41-
"@semantic-release/git": "^10.0.0",
42-
"@types/chance": "^1.1.3",
43-
"@types/jest": "^27.0.1",
44-
"@types/lodash.clonedeep": "^4.5.6",
45-
"@typescript-eslint/eslint-plugin": "^4.31.1",
46-
"@typescript-eslint/parser": "^4.31.1",
47-
"eslint": "^7.32.0",
48-
"eslint-config-prettier": "^8.3.0",
49-
"eslint-plugin-jest": "^24.4.0",
50-
"husky": "^7.0.0",
51-
"jest": "^27.2.0",
52-
"lint-staged": "^11.1.2",
53-
"make-coverage-badge": "^1.2.0",
54-
"prettier": "^2.4.0",
55-
"rimraf": "^3.0.2",
56-
"semantic-release": "^18.0.0",
57-
"semantic-release-cli": "^5.4.4",
58-
"ts-jest": "^27.0.5",
59-
"ts-node": "^10.2.1",
60-
"typescript": "^4.4.3"
61-
},
62-
"dependencies": {
63-
"chance": "^1.1.8",
64-
"date-fns": "^2.24.0",
65-
"lodash.clonedeep": "^4.5.0"
66-
}
2+
"name": "@cubedelement.com/realty-investor-timeline",
3+
"version": "1.0.1",
4+
"description": "A way to determine if and when your expenses would be covered",
5+
"main": "./dist/index.js",
6+
"types": "./dist/index.d.ts",
7+
"scripts": {
8+
"clean": "rimraf ./dist",
9+
"build": "tsc",
10+
"prebuild": "npm run clean",
11+
"pack": "npm pack",
12+
"test": "jest",
13+
"test:cov": "jest --coverage",
14+
"test:related": "jest --findRelatedTests",
15+
"test:gen-badges": "make-coverage-badge --output-path \"./badges/badge.svg\"",
16+
"test:cov-and-badge": "npm run test:cov && npm run test:gen-badges",
17+
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx --config .eslintrc.json",
18+
"eslint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --config .eslintrc.json --fix",
19+
"prepare": "husky install"
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/kvernon/realty-investor-timeline.git"
24+
},
25+
"keywords": [
26+
"realty",
27+
"typescript",
28+
"investing"
29+
],
30+
"author": "Kelly Vernon",
31+
"license": "ISC",
32+
"bugs": {
33+
"url": "https://github.com/kvernon/realty-investor-timeline/issues"
34+
},
35+
"homepage": "https://github.com/kvernon/realty-investor-timeline#readme",
36+
"devDependencies": {
37+
"@commitlint/cli": "^13.1.0",
38+
"@commitlint/config-conventional": "^13.1.0",
39+
"@semantic-release/changelog": "^6.0.0",
40+
"@semantic-release/git": "^10.0.0",
41+
"@types/chance": "^1.1.3",
42+
"@types/jest": "^27.0.1",
43+
"@types/lodash.clonedeep": "^4.5.6",
44+
"@typescript-eslint/eslint-plugin": "^4.31.1",
45+
"@typescript-eslint/parser": "^4.31.1",
46+
"eslint": "^7.32.0",
47+
"eslint-config-prettier": "^8.3.0",
48+
"eslint-plugin-jest": "^24.4.0",
49+
"husky": "^7.0.0",
50+
"jest": "^27.2.0",
51+
"lint-staged": "^11.1.2",
52+
"make-coverage-badge": "^1.2.0",
53+
"prettier": "^2.4.0",
54+
"rimraf": "^3.0.2",
55+
"semantic-release": "^18.0.0",
56+
"semantic-release-cli": "^5.4.4",
57+
"ts-jest": "^27.0.5",
58+
"ts-node": "^10.2.1",
59+
"typescript": "^4.4.3"
60+
},
61+
"dependencies": {
62+
"chance": "^1.1.8",
63+
"date-fns": "^2.24.0",
64+
"lodash.clonedeep": "^4.5.0"
65+
},
66+
"publishConfig": {
67+
"access": "public"
68+
}
6769
}

0 commit comments

Comments
 (0)