Skip to content

Commit a1bc47a

Browse files
committed
refactor: move into npm workspace
1 parent 5c40e60 commit a1bc47a

27 files changed

+390
-308
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17.9.0

demos/default/local-plugin/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

demos/default/local-plugin/manifest.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

demos/default/local-plugin/package-lock.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

demos/default/local-plugin/package.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

demos/default/netlify.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
command = "next build"
33
publish = ".next"
4-
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
4+
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../plugin"
55

66
[build.environment]
77
# cache Cypress binary in local "node_modules" folder
@@ -14,7 +14,4 @@ TERM = "xterm"
1414
framework = "#static"
1515

1616
[[plugins]]
17-
package = "./local-plugin"
18-
19-
[[plugins]]
20-
package = "@netlify/plugin-local-install-core"
17+
package = "../../plugin"

demos/default/package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "default-demo",
3+
"version": "1.0.0",
4+
"private": true,
5+
"description": "",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/netlify/netlify-plugin-nextjs.git"
12+
},
13+
"author": "",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues"
17+
},
18+
"homepage": "https://github.com/netlify/netlify-plugin-nextjs#readme",
19+
"dependencies": {
20+
"@reach/dialog": "^0.16.2",
21+
"@reach/visually-hidden": "^0.16.0"
22+
},
23+
"devDependencies": {
24+
"@netlify/plugin-nextjs": "*"
25+
}
26+
}

0 commit comments

Comments
 (0)