Skip to content

Commit 83b4479

Browse files
committed
fix:project.json difference
1 parent 7f835a2 commit 83b4479

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed
Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
{
2-
"name": "migration-sitecore",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
6-
"typings": "index.d.ts",
7-
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/contentstack-expert-services/migration-wordpress-xml.git"
13-
},
14-
"keywords": [],
15-
"author": "",
16-
"license": "ISC",
17-
"bugs": {
18-
"url": "https://github.com/contentstack-expert-services/migration-wordpress-xml/issues"
19-
},
20-
"homepage": "https://github.com/contentstack-expert-services/migration-wordpress-xml#readme",
21-
"dependencies": {
22-
"@contentstack/json-rte-serializer": "^2.0.2",
23-
"@sitecore-jss/sitecore-jss-cli": "^21.2.4",
24-
"ansi-colors": "^4.1.3",
25-
"axios": "^1.3.4",
26-
"chalk": "^4.1.0",
27-
"cheerio": "^1.0.0-rc.12",
28-
"cli-progress": "^3.11.1",
29-
"fs-readdir-recursive": "^1.1.0",
30-
"inquirer": "^8.2.4",
31-
"jsdom": "^19.0.0",
32-
"lodash": "^4.17.21",
33-
"mkdirp": "^1.0.4",
34-
"moment": "^2.30.1",
35-
"pdf-stream": "^1.3.2",
36-
"request": "^2.88.2",
37-
"rimraf": "^4.1.2",
38-
"uid": "^2.0.2",
39-
"when": "^3.7.8",
40-
"winston": "^3.7.2",
41-
"xml2js": "^0.4.23"
42-
}
1+
{
2+
"name": "migration-sitecore",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"typings": "index.d.ts",
7+
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/contentstack-expert-services/migration-wordpress-xml.git"
13+
},
14+
"keywords": [],
15+
"author": "",
16+
"license": "ISC",
17+
"bugs": {
18+
"url": "https://github.com/contentstack-expert-services/migration-wordpress-xml/issues"
19+
},
20+
"homepage": "https://github.com/contentstack-expert-services/migration-wordpress-xml#readme",
21+
"dependencies": {
22+
"@contentstack/json-rte-serializer": "^2.0.2",
23+
"@sitecore-jss/sitecore-jss-cli": "^21.2.4",
24+
"ansi-colors": "^4.1.3",
25+
"axios": "^1.3.4",
26+
"chalk": "^4.1.0",
27+
"cheerio": "^1.0.0-rc.12",
28+
"cli-progress": "^3.11.1",
29+
"fs-readdir-recursive": "^1.1.0",
30+
"inquirer": "^8.2.4",
31+
"jsdom": "^19.0.0",
32+
"lodash": "^4.17.21",
33+
"mkdirp": "^1.0.4",
34+
"moment": "^2.30.1",
35+
"pdf-stream": "^1.3.2",
36+
"request": "^2.88.2",
37+
"rimraf": "^4.1.2",
38+
"uid": "^2.0.2",
39+
"when": "^3.7.8",
40+
"winston": "^3.7.2",
41+
"xml2js": "^0.4.23"
42+
}
4343
}

upload-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
"prettier": "^3.3.3",
5757
"xml2js": "^0.6.2"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)