Skip to content

Commit cb84c69

Browse files
committed
refactor: set-up lerna monorepo
1 parent d56257e commit cb84c69

File tree

4,815 files changed

+84
-71
lines changed

Some content is hidden

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

4,815 files changed

+84
-71
lines changed

lerna.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "0.0.0"
6+
}

package.json

Lines changed: 4 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,7 @@
11
{
2-
"name": "@coreui/icons",
3-
"version": "2.0.1",
4-
"description": "CoreUI Icons Free",
5-
"main": "js/index.js",
6-
"typings": "js/index.d.ts",
7-
"style": "css/all.css",
8-
"sideEffects": false,
9-
"scripts": {
10-
"clean": "rimraf css",
11-
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-concat css-minify",
12-
"css-compile-brand": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/brand.scss css/brand.css",
13-
"css-compile-flag": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/flag.scss css/flag.css",
14-
"css-compile-free": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/free.scss css/free.css",
15-
"css-prefix": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
16-
"css-concat": "concat -o css/all.css css/free.css css/brand.css css/flag.css",
17-
"css-minify": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output css/ --batch --batch-suffix \".min\" \"css/*.css\" \"!css/*.min.css\"",
18-
"build": "npm-run-all --sequential clean css"
19-
},
20-
"repository": {
21-
"type": "git",
22-
"url": "git+https://github.com/coreui/coreui-icons.git"
23-
},
24-
"keywords": [
25-
"Icons",
26-
"Font",
27-
"Face",
28-
"Svg",
29-
"Vector"
30-
],
31-
"author": {
32-
"name": "creativeLabs Łukasz Holeczek",
33-
"url": "https://coreui.io",
34-
"github": "https://github.com/coreui",
35-
"twitter": "https://twitter.com/core_ui"
36-
},
37-
"contributors": [
38-
{
39-
"name": "Jazzy Innovations sp. z o.o.",
40-
"url": "https://jazzy.pro"
41-
},
42-
{
43-
"name": "CoreUI Team",
44-
"url": "https://github.com/orgs/coreui/people/"
45-
}
46-
],
47-
"license": "MIT",
48-
"bugs": {
49-
"url": "https://github.com/coreui/coreui-icons/issues"
50-
},
51-
"homepage": "https://github.com/coreui/coreui-icons#readme",
2+
"name": "root",
3+
"private": true,
524
"devDependencies": {
53-
"clean-css-cli": "^5.2.2",
54-
"concat": "^1.0.3",
55-
"node-sass": "^5.0.0",
56-
"npm-run-all": "^4.1.5",
57-
"postcss": "^8.2.8",
58-
"postcss-cli": "^8.3.1",
59-
"rimraf": "^3.0.2",
60-
"stylelint": "^13.12.0",
61-
"stylelint-config-recommended-scss": "^4.2.0",
62-
"stylelint-config-standard": "^21.0.0",
63-
"stylelint-order": "^4.1.0",
64-
"stylelint-scss": "^3.19.0"
65-
},
66-
"files": [
67-
"css/",
68-
"fonts/",
69-
"js/",
70-
"scss/",
71-
"sprites/",
72-
"svg/"
73-
]
5+
"lerna": "^4.0.0"
6+
}
747
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)