Skip to content

Commit

Permalink
chore(PPDSC-2369): add extra description
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoyan Delev committed Aug 24, 2022
2 parents f52b459 + 58fad4e commit fdf89a5
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"react",
"newsuk"
],
"license": "MIT",
"license": "BSD-3-Clause",
"main": "index.js",
"types": "index.d.ts",
"repository": "",
"repository": "https://github.com/newscorp-ghfb/newskit.git",
"sideEffects": false,
"engines": {
"node": ">=16.9.1"
Expand Down Expand Up @@ -147,6 +147,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-config-next": "^12.0.9",
"fast-glob": "^3.2.5",
"fs-extra": "^9.0.1",
"http-server": "^0.12.3",
Expand Down Expand Up @@ -207,7 +208,6 @@
"dequal": "^1.0.0",
"dompurify": "^2.3.1",
"downshift": "^6.1.7",
"eslint-config-next": "^12.0.9",
"file-saver": "^2.0.5",
"jszip": "^3.7.1",
"next-seo": "^4.28.1",
Expand Down
2 changes: 2 additions & 0 deletions scripts/build-package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const dependenciesNotToBeIncluded = [
'file-saver',
'dompurify',
'@babel/runtime-corejs3',
'semver',
'next-seo',
];

const filterPackageJson = () => {
Expand Down
Loading

0 comments on commit fdf89a5

Please sign in to comment.