diff --git a/package.json b/packages/pubsweet-styleguide/package.json similarity index 94% rename from package.json rename to packages/pubsweet-styleguide/package.json index 905a812ee323e30bda2db6401931faf0199e93e5..8f10e73f6e17a2fb7b618e88b156fede82a099ad 100644 --- a/package.json +++ b/packages/pubsweet-styleguide/package.json @@ -1,6 +1,6 @@ { - "name": "xpub-styleguide", - "version": "0.0.2", + "name": "@pubweet/styleguide", + "version": "0.1.0", "files": [ "src", "dist" diff --git a/src/components/StyleGuideRenderer.js b/packages/pubsweet-styleguide/src/components/StyleGuideRenderer.js similarity index 100% rename from src/components/StyleGuideRenderer.js rename to packages/pubsweet-styleguide/src/components/StyleGuideRenderer.js diff --git a/src/components/StyleGuideRenderer.local.scss b/packages/pubsweet-styleguide/src/components/StyleGuideRenderer.local.scss similarity index 100% rename from src/components/StyleGuideRenderer.local.scss rename to packages/pubsweet-styleguide/src/components/StyleGuideRenderer.local.scss diff --git a/src/components/Wrapper.js b/packages/pubsweet-styleguide/src/components/Wrapper.js similarity index 100% rename from src/components/Wrapper.js rename to packages/pubsweet-styleguide/src/components/Wrapper.js diff --git a/src/components/Wrapper.local.scss b/packages/pubsweet-styleguide/src/components/Wrapper.local.scss similarity index 100% rename from src/components/Wrapper.local.scss rename to packages/pubsweet-styleguide/src/components/Wrapper.local.scss diff --git a/src/components/index.js b/packages/pubsweet-styleguide/src/components/index.js similarity index 100% rename from src/components/index.js rename to packages/pubsweet-styleguide/src/components/index.js diff --git a/src/config/journal/article-sections.js b/packages/pubsweet-styleguide/src/config/journal/article-sections.js similarity index 100% rename from src/config/journal/article-sections.js rename to packages/pubsweet-styleguide/src/config/journal/article-sections.js diff --git a/src/config/journal/article-types.js b/packages/pubsweet-styleguide/src/config/journal/article-types.js similarity index 100% rename from src/config/journal/article-types.js rename to packages/pubsweet-styleguide/src/config/journal/article-types.js diff --git a/src/config/journal/decisions.js b/packages/pubsweet-styleguide/src/config/journal/decisions.js similarity index 100% rename from src/config/journal/decisions.js rename to packages/pubsweet-styleguide/src/config/journal/decisions.js diff --git a/src/config/journal/declarations.js b/packages/pubsweet-styleguide/src/config/journal/declarations.js similarity index 100% rename from src/config/journal/declarations.js rename to packages/pubsweet-styleguide/src/config/journal/declarations.js diff --git a/src/config/journal/editors.js b/packages/pubsweet-styleguide/src/config/journal/editors.js similarity index 100% rename from src/config/journal/editors.js rename to packages/pubsweet-styleguide/src/config/journal/editors.js diff --git a/src/config/journal/index.js b/packages/pubsweet-styleguide/src/config/journal/index.js similarity index 100% rename from src/config/journal/index.js rename to packages/pubsweet-styleguide/src/config/journal/index.js diff --git a/src/config/journal/metadata.js b/packages/pubsweet-styleguide/src/config/journal/metadata.js similarity index 100% rename from src/config/journal/metadata.js rename to packages/pubsweet-styleguide/src/config/journal/metadata.js diff --git a/src/config/journal/recommendations.js b/packages/pubsweet-styleguide/src/config/journal/recommendations.js similarity index 100% rename from src/config/journal/recommendations.js rename to packages/pubsweet-styleguide/src/config/journal/recommendations.js diff --git a/src/config/journal/roles.js b/packages/pubsweet-styleguide/src/config/journal/roles.js similarity index 100% rename from src/config/journal/roles.js rename to packages/pubsweet-styleguide/src/config/journal/roles.js diff --git a/src/config/journal/sections.js b/packages/pubsweet-styleguide/src/config/journal/sections.js similarity index 100% rename from src/config/journal/sections.js rename to packages/pubsweet-styleguide/src/config/journal/sections.js diff --git a/src/index.js b/packages/pubsweet-styleguide/src/index.js similarity index 100% rename from src/index.js rename to packages/pubsweet-styleguide/src/index.js diff --git a/src/webpack-config.js b/packages/pubsweet-styleguide/src/webpack-config.js similarity index 100% rename from src/webpack-config.js rename to packages/pubsweet-styleguide/src/webpack-config.js diff --git a/webpack.config.js b/packages/pubsweet-styleguide/webpack.config.js similarity index 100% rename from webpack.config.js rename to packages/pubsweet-styleguide/webpack.config.js