Skip to content

Commit

Permalink
Fixes for pnpm publish (#472)
Browse files Browse the repository at this point in the history
* updating package.json

* updating privacy on packages

* removing dist folders

* trying with ts-check removed from eslint index

* fixing dist in gitignore
  • Loading branch information
stephiescastle authored Jun 27, 2024
1 parent aaaa54d commit 1f9e043
Show file tree
Hide file tree
Showing 187 changed files with 55 additions and 15,990 deletions.
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ storybook_compiled
# Tailwind
.www-frontend_temp/

dist

# copied assets when preparing builds
apps/**/.storybook/static/dist
packages/**/src/assets/fonts
Expand All @@ -75,11 +77,4 @@ packages/**/public/edu/explorer-1/
!public/explorer-1/**/.gitkeep
!packages/common/src/public/explorer-1
apps/vue-storybook/public/fonts
apps/vue-storybook/public/css

# dist
dist
!packages/**/dist


!.gitkeep
apps/vue-storybook/public/css
7 changes: 6 additions & 1 deletion apps/vue-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "@explorer-1/vue-storybook",
"version": "0.0.0",
"private": true,
"private": false,
"author": "DesignLab",
"repository": {
"type": "git",
"url": "https://github.com/nasa-jpl/explorer-1"
},
"prettier": "@explorer-1/prettier-config",
"type": "module",
"scripts": {
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "explorer-1",
"private": false,
"version": "3.0.0",
"type": "module",
"description": "Monorepo for JPL's design system, Explorer 1",
Expand All @@ -12,8 +13,11 @@
"scss",
"tailwindcss"
],
"author": "",
"license": "ISC",
"author": "DesignLab",
"repository": {
"type": "git",
"url": "https://github.com/nasa-jpl/explorer-1"
},
"scripts": {
"clean": "rimraf \"**/node_modules\"",
"refresh": "pnpm clean && pnpm i",
Expand Down
5 changes: 5 additions & 0 deletions packages/common-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@explorer-1/common-storybook",
"version": "0.0.0",
"private": true,
"author": "DesignLab",
"repository": {
"type": "git",
"url": "https://github.com/nasa-jpl/explorer-1"
},
"prettier": "@explorer-1/prettier-config",
"devDependencies": {
"@explorer-1/common": "workspace:*",
Expand Down
6 changes: 5 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "@explorer-1/common",
"version": "1.0.0",
"description": "shared assets for all flavors of explorer-1",
"author": "",
"author": "DesignLab",
"repository": {
"type": "git",
"url": "https://github.com/nasa-jpl/explorer-1"
},
"prettier": "@explorer-1/prettier-config",
"devDependencies": {
"@explorer-1/prettier-config": "workspace:*",
Expand Down
2 changes: 0 additions & 2 deletions packages/configs/eslint/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* eslint-disable prettier/prettier */
// imports into root eslint.config.js

// @ts-check

import vueParser from 'vue-eslint-parser'
import tsParser from '@typescript-eslint/parser'
import tsPlugin from '@typescript-eslint/eslint-plugin'
Expand Down
7 changes: 6 additions & 1 deletion packages/configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"version": "1.0.0",
"description": "Shared eslint config",
"main": "index.js",
"private": true,
"private": false,
"author": "DesignLab",
"repository": {
"type": "git",
"url": "https://github.com/nasa-jpl/explorer-1"
},
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/configs/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "@explorer-1/prettier-config",
"private": false,
"version": "1.0.0",
"description": "Shared prettier config",
"author": "DesignLab",
"repository": {
"type": "git",
"url": "https://github.com/nasa-jpl/explorer-1"
},
"main": "index.json",
"keywords": [
"prettier",
Expand Down
5 changes: 5 additions & 0 deletions packages/configs/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@explorer-1/tsconfig",
"version": "1.0.0",
"author": "DesignLab",
"repository": {
"type": "git",
"url": "https://github.com/nasa-jpl/explorer-1"
},
"description": "Shared tsconfig",
"main": "index.json",
"keywords": [
Expand Down
5 changes: 0 additions & 5 deletions packages/nuxt/dist/module.cjs

This file was deleted.

11 changes: 0 additions & 11 deletions packages/nuxt/dist/module.d.mts

This file was deleted.

11 changes: 0 additions & 11 deletions packages/nuxt/dist/module.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/nuxt/dist/module.json

This file was deleted.

106 changes: 0 additions & 106 deletions packages/nuxt/dist/module.mjs

This file was deleted.

2 changes: 0 additions & 2 deletions packages/nuxt/dist/runtime/plugins/dayjs.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/nuxt/dist/runtime/plugins/dayjs.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/nuxt/dist/runtime/plugins/filters.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/nuxt/dist/runtime/plugins/filters.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/nuxt/dist/runtime/plugins/vue-click-outside.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/nuxt/dist/runtime/plugins/vue-click-outside.js

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions packages/nuxt/dist/runtime/store/header.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/nuxt/dist/runtime/store/header.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/nuxt/dist/runtime/store/theme.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/nuxt/dist/runtime/store/theme.js

This file was deleted.

12 changes: 0 additions & 12 deletions packages/nuxt/dist/runtime/tailwind.config.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions packages/nuxt/dist/runtime/tailwind.config.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/nuxt/dist/types.d.mts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/nuxt/dist/types.d.ts

This file was deleted.

7 changes: 6 additions & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "@explorer-1/nuxt",
"private": true,
"private": false,
"author": "DesignLab",
"repository": {
"type": "git",
"url": "https://github.com/nasa-jpl/explorer-1"
},
"version": "0.0.0",
"type": "module",
"exports": {
Expand Down
Loading

0 comments on commit 1f9e043

Please sign in to comment.