chore(package.json): Swap react for angular

ts
Jason Staten 5 years ago
parent 35ff36dcd7
commit 8b33a8f7c9

@ -1,9 +1,9 @@
{ {
"name": "@testing-library/react", "name": "angularjs-testing-library",
"version": "0.0.0-semantically-released", "version": "0.0.0-semantically-released",
"description": "Simple and complete React DOM testing utilities that encourage good testing practices.", "description": "Simple and complete AngularJS testing utilities that encourage good testing practices.",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/@testing-library/react.esm.js", "module": "dist/angularjs-testing-library.esm.js",
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
@ -32,7 +32,7 @@
], ],
"keywords": [ "keywords": [
"testing", "testing",
"react", "angularjs",
"ui", "ui",
"dom", "dom",
"jsdom", "jsdom",
@ -46,27 +46,24 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.6.0", "@babel/runtime": "^7.6.0",
"@testing-library/dom": "^6.3.0", "@testing-library/dom": "^6.3.0"
"@types/testing-library__react": "^9.1.0"
}, },
"devDependencies": { "devDependencies": {
"@reach/router": "^1.2.1",
"@testing-library/jest-dom": "^4.1.0", "@testing-library/jest-dom": "^4.1.0",
"angular": "^1.7.8",
"angular-mock": "^1.0.0",
"cross-env": "^6.0.0", "cross-env": "^6.0.0",
"kcd-scripts": "^1.7.0", "kcd-scripts": "^1.7.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rimraf": "^3.0.0" "rimraf": "^3.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": "*", "angular": "*",
"react-dom": "*" "angular-mock": "*"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js", "extends": "./node_modules/kcd-scripts/eslint.js",
"rules": { "rules": {
"react/prop-types": "off",
"import/no-unassigned-import": "off", "import/no-unassigned-import": "off",
"import/named": "off" "import/named": "off"
} }
@ -79,10 +76,10 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/testing-library/react-testing-library.git" "url": "https://github.com/statianzo/angularjs-testing-library.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/testing-library/react-testing-library/issues" "url": "https://github.com/statianzo/angularjs-testing-library/issues"
}, },
"homepage": "https://github.com/testing-library/react-testing-library#readme" "homepage": "https://github.com/statianzo/angularjs-testing-library#readme"
} }

Loading…
Cancel
Save