Skip to content

Commit c5a8109

Browse files
committed
Renamed site workspace to docs
1 parent 1181760 commit c5a8109

14 files changed

+9
-9
lines changed

site/now.json docs/now.json

File renamed without changes.

site/package.json docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "@micromodal/site",
2+
"name": "@micromodal/docs",
33
"version": "1.0.0",
44
"description": "",
55
"private": true,
66
"workspaces": [
77
"lib",
8-
"site",
8+
"docs",
99
"tests"
1010
],
1111
"main": "src/index.html",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"private": true,
66
"workspaces": [
77
"lib",
8-
"site",
8+
"docs",
99
"tests"
1010
],
1111
"browserslist": [
1212
"last 2 version"
1313
],
1414
"main": "index.js",
1515
"scripts": {
16-
"dev": "concurrently \"yarn lib:dev\" \"yarn site:dev\"",
17-
"build": "yarn lib:build && yarn site:build",
16+
"dev": "concurrently \"yarn lib:dev\" \"yarn docs:dev\"",
17+
"build": "yarn lib:build && yarn docs:build",
1818
"shipit": "yarn workspace micromodal publish",
19-
"deploy": "yarn workspace @micromodal/site deploy",
19+
"deploy": "yarn workspace @micromodal/docs deploy",
2020
"lib:dev": "yarn workspace micromodal dev",
2121
"lib:build": "yarn workspace micromodal build",
22-
"site:dev": "yarn workspace @micromodal/site dev",
23-
"site:build": "yarn workspace @micromodal/site build",
22+
"docs:dev": "yarn workspace @micromodal/docs dev",
23+
"docs:build": "yarn workspace @micromodal/docs build",
2424
"test": "yarn workspace @micromodal/tests cypress:cli",
2525
"test:serve": "yarn workspace @micromodal/tests serve",
2626
"test:gui": "yarn workspace @micromodal/tests cypress:open"

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"workspaces": [
88
"lib",
9-
"site",
9+
"docs",
1010
"tests"
1111
],
1212
"scripts": {

0 commit comments

Comments
 (0)