Skip to content

Commit

Permalink
Move create-neon to pkgs/create-neon
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Apr 26, 2022
1 parent ec4ef83 commit 44cc6d4
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Cargo.lock
**/index.node
**/artifacts.json
cli/lib
create-neon/dist
create-neon/create-neon-test-project
create-neon/create-neon-manual-test-project
**/dist
pkgs/create-neon/create-neon-test-project
pkgs/create-neon/create-neon-manual-test-project
test/cli/lib
npm-debug.log
rls*.log
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
cli/lib/
test/cli/lib/
node_modules/
create-neon/dist/
**/dist/
target/
artifacts.json
49 changes: 37 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:js": "npm test --workspaces --if-present"
},
"workspaces": [
"create-neon",
"pkgs/*",
"test/*"
],
"devDependencies": {
Expand Down
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.
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.

0 comments on commit 44cc6d4

Please sign in to comment.