Skip to content

Commit

Permalink
fix: update git repo directory
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 19, 2021
1 parent 3dca251 commit f5d0378
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
76 changes: 76 additions & 0 deletions core/jest-collector/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"name": "@component-controls/jest-collector",
"version": "3.4.5",
"description": "Given a file, gets jest tests and their results",
"keywords": [
"addon",
"viewport"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist/",
"package.json",
"README.md"
],
"scripts": {
"build": "yarn cross-env NODE_ENV=production rollup -c",
"dev": "yarn cross-env NODE_ENV=development rollup -cw",
"docs": "ts-md",
"fix": "yarn lint --fix",
"lint": "yarn eslint . --ext mdx,ts,tsx",
"prepare": "yarn build",
"test": "ccc -c test/.config && yarn jest && rm -rf public"
},
"homepage": "https://github.com/ccontrols/component-controls",
"bugs": {
"url": "https://github.com/ccontrols/component-controls/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ccontrols/component-controls.git",
"directory": "core/jest-collector"
},
"license": "MIT",
"bin": {
"cc-jest": "./bin/index.js"
},
"dependencies": {
"@component-controls/store": "^3.4.5",
"@component-controls/webpack-compile": "^3.4.5",
"@component-controls/webpack-configs": "^3.4.5",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@wojtekmaj/enzyme-adapter-react-17": "^0.3.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.5.0",
"jest-cli": "^26.4.2",
"rc-util": "^5.0.7",
"react-test-renderer": "^16.13.1",
"ts-jest": "^26.4.4"
},
"devDependencies": {
"@types/enzyme": "^3.10.5",
"@types/jest": "^26.0.10",
"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "^16.9.3",
"@types/testing-library__jest-dom": "^5.9.2",
"jest": "^26.4.2",
"react-dom": "^16.13.1",
"typescript": "^4.0.5"
},
"publishConfig": {
"access": "public"
},
"authors": [
"Atanas Stoyanov"
],
"jest": {
"preset": "ts-jest",
"roots": [
"./test"
]
},
"gitHead": "e30d62f101e104711a16261fce04785d58cac1eb"
}
2 changes: 1 addition & 1 deletion plugins/jest-snapshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"repository": {
"type": "git",
"url": "https://github.com/ccontrols/component-controls.git",
"directory": "plugins/viewport-plugin"
"directory": "plugins/jest-snapshots"
},
"license": "MIT",
"bin": {
Expand Down

0 comments on commit f5d0378

Please sign in to comment.