Pārlūkot izejas kodu

Update ignores

Ignore node_modules files under packages.
tags/0.3.0
TheoryOfNekomata pirms 3 gadiem
vecāks
revīzija
2058df416e
3 mainītis faili ar 6 papildinājumiem un 5 dzēšanām
  1. +2
    -3
      .npmignore
  2. +2
    -2
      package.json
  3. +2
    -0
      tsconfig.json

+ 2
- 3
.npmignore Parādīt failu

@@ -1,13 +1,10 @@
.docz/
coverage/
lib/
plop/
utilities/
.env
.env.example
.editorconfig
.prettierrc
doczrc.js
jest.config.js
jest.setup.ts
plopfile.js
@@ -16,3 +13,5 @@ tsconfig.json
yarn.lock
**/*.test.d.ts
*.log
packages/
.idea/

+ 2
- 2
package.json Parādīt failu

@@ -1,12 +1,12 @@
{
"name": "@tesseract-design/react-common",
"version": "0.2.2",
"version": "0.2.3",
"description": "Common front-end components for Web using the Tesseract design system, written in React.",
"directories": {
"lib": "dist"
},
"main": "dist/index.js",
"types": "dist/lib/index.d.ts",
"types": "dist/packages/react-common/src/index.d.ts",
"repository": "https://code.modal.sh/tesseract-design/react-common.git",
"author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
"license": "MIT",


+ 2
- 0
tsconfig.json Parādīt failu

@@ -26,6 +26,8 @@
"node_modules",
"**/*.test.ts",
"**/*.test.tsx",
"packages/react-common-docs/**/*.ts",
"packages/react-common-docs/**/*.tsx",
"utilities/**/*",
"jest.setup.ts"
]


Notiek ielāde…
Atcelt
Saglabāt