Skip to content

Commit

Permalink
Update package.json's
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet committed May 10, 2024
1 parent 8cc866d commit 6a1c14f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions accessibility-checker-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"build:watch:local": "node preprocess && npm run build:report && cross-env NODE_ENV=watch_local SASS_PATH=node_modules:src:node_modules/carbon-components/scss/globals/scss/vendor webpack --mode production",
"clean": "shx rm -rf ./dist && shx rm -rf ./package",
"clean:all": "shx rm -rf ./dist && shx rm -rf ./coverage && shx rm -rf ./package && shx rm -rf ./node_modules",
"test": "jest",
"test:coverage": "jest --collect-coverage",
"test": "cd test && npm test",
"package:browser": "npm run build:prod && shx mkdir -p package && cd dist && zip -Zd -r ../package/accessibility-checker-extension.zip ."
},
"license": "Apache-2.0",
Expand All @@ -33,10 +32,8 @@
"webext-redux": "^2.1.9"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@svgr/webpack": "^6.1.2",
"@types/chrome": "^0.0.171",
"@types/jest": "^29.5.1",
"@types/markdown-to-jsx": "^7.0.0",
"@types/node": "^18.15.3",
"@types/react": "17.0.37",
Expand All @@ -51,8 +48,6 @@
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.4.5",
"react-test-renderer": "^17.0.2",
"resize-observer-polyfill": "^1.5.1",
Expand All @@ -61,7 +56,6 @@
"shx": "^0.3.3",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.7",
"ts-jest": "^29.1.0",
"ts-loader": "^9.2.6",
"tslint": "^5.20.1",
"typescript": "^4.5.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>IBM Accessibility Checker Extension: Assessment</title>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"install:accessibility-checker": "cd accessibility-checker && npm install",
"install:karma-accessibility-checker": "cd karma-accessibility-checker && npm install",
"install:rule-server": "cd rule-server && npm install",
"install:extension": "cd accessibility-checker-extension && npm install",
"install:extension": "cd accessibility-checker-extension && npm install && cd test && npm install",
"install:report": "cd report-react && npm install",
"install:cypress-accessibility-checker": "cd cypress-accessibility-checker && npm install",
"install:common": "cd common/module && npm install",
Expand Down

0 comments on commit 6a1c14f

Please sign in to comment.