Skip to content

Commit efe8cf4

Browse files
author
Daniel Del Core
committed
moves community folder to new flat model
1 parent efdca0c commit efe8cf4

File tree

180 files changed

+668
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+668
-58
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "@codeshift/mod-atlaskit__avatar",
3+
"version": "0.0.21",
4+
"license": "MIT",
5+
"source": "src/codeshift.config.js",
6+
"main": "dist/codeshift.config.js",
7+
"scripts": {
8+
"dev": "codeshift",
9+
"build": "tsc --build",
10+
"test": "jest --watch",
11+
"validate": "codeshift validate ."
12+
},
13+
"dependencies": {
14+
"@codeshift/utils": "^0.2.2"
15+
},
16+
"devDependencies": {
17+
"@codeshift/cli": "^0.14.0",
18+
"@codeshift/test-utils": "^0.3.0",
19+
"@types/jest": "^26.0.15",
20+
"@types/node": "^16.11.0",
21+
"jest": "^26.6.0",
22+
"jscodeshift": "^0.13.1",
23+
"prettier": "^2.0.0",
24+
"ts-jest": "^26.4.4",
25+
"typescript": "^4.5.5"
26+
},
27+
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/community/@atlaskit__avatar"
28+
}

community/@atlaskit__avatar/codeshift.config.js renamed to community/@atlaskit__avatar/src/codeshift.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
maintainers: ['danieldelcore'],
33
targets: ['@atlaskit/avatar'],
44
transforms: {
5-
'18.0.0': require.resolve('./18.0.0/transform'),
6-
'19.0.0': require.resolve('./19.0.0/transform'),
5+
'18.0.0': require('./18.0.0/transform'),
6+
'19.0.0': require('./19.0.0/transform'),
77
},
88
};
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "@codeshift/mod-atlaskit__breadcrumbs",
3+
"version": "0.0.21",
4+
"license": "MIT",
5+
"source": "src/codeshift.config.js",
6+
"main": "dist/codeshift.config.js",
7+
"scripts": {
8+
"dev": "codeshift",
9+
"build": "tsc --build",
10+
"test": "jest --watch",
11+
"validate": "codeshift validate ."
12+
},
13+
"dependencies": {
14+
"@codeshift/utils": "^0.2.2"
15+
},
16+
"devDependencies": {
17+
"@codeshift/cli": "^0.14.0",
18+
"@codeshift/test-utils": "^0.3.0",
19+
"@types/jest": "^26.0.15",
20+
"@types/node": "^16.11.0",
21+
"jest": "^26.6.0",
22+
"jscodeshift": "^0.13.1",
23+
"prettier": "^2.0.0",
24+
"ts-jest": "^26.4.4",
25+
"typescript": "^4.5.5"
26+
},
27+
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/community/@atlaskit__breadcrumbs"
28+
}

0 commit comments

Comments
 (0)