Skip to content

Commit

Permalink
chore: improve structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jul 10, 2020
1 parent d241bef commit 74e6a5c
Show file tree
Hide file tree
Showing 29 changed files with 7 additions and 11 deletions.
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.
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.
6 changes: 3 additions & 3 deletions .gitignore
Expand Up @@ -145,20 +145,20 @@ cc-reporter
## Ignore root files
/.eslintignore
/.eslintrc.js
/.npmrc
/.size-limit.json
/.stylelintignore
/.stylelintrc.json
/babel.config.js
/globals.d.ts
/linaria.config.js
/lingui.config.js
/pnpmfile.js
/jest.config.js
/.vscode
/.changeset
/.prettierrc
/.huskyrc
/.lintstagedrc
/tsconfig.json
/docs/changelog.md
# /.npmrc
# /.changeset
# /pnpmfile.js
3 changes: 3 additions & 0 deletions .npmrc
@@ -0,0 +1,3 @@
save-workspace-protocol=false
publish-branch="next"

4 changes: 1 addition & 3 deletions support/root/pnpmfile.js → pnpmfile.js
Expand Up @@ -10,9 +10,7 @@ module.exports = {
function readPackage(pkg) {
const setDependency = createSetDependency(pkg);

setDependency('@types/react', '^16.9.41');
setDependency('wait-on', '^5.0.1');
setDependency('@types/prosemirror-view', '^1.15.0');
setDependency('__NA__', '>=0');

return pkg;
}
Expand Down
5 changes: 0 additions & 5 deletions support/root/.npmrc

This file was deleted.

0 comments on commit 74e6a5c

Please sign in to comment.