chorn: remove npmignore use files limit

master
MiaoWoo 2023-10-25 12:04:43 +08:00
parent 9a25362140
commit 188641d57a
38 changed files with 57 additions and 62 deletions

View File

@ -1,25 +0,0 @@
src
test
typings
bundled
build
coverage
docs
wiki
gulpfile.js
bower.json
karma.conf.js
tsconfig.json
typings.json
CONTRIBUTING.md
ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
tslint.json
wallaby.js
.travis.yml
.gitignore
.vscode
.theia
type_definitions
tsconfig.tsbuildinfo
*.tsbuildinfo

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist",
"dist/*.js",
"dist/*.ts",
"dist/*.map",
"languages"
],
"scripts": {

View File

@ -5,7 +5,9 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -14,7 +14,9 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -8,7 +8,9 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -14,7 +14,9 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",

View File

@ -1 +0,0 @@
../../.npmignore

View File

@ -13,7 +13,9 @@
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
"dist/*.js",
"dist/*.ts",
"dist/*.map"
],
"scripts": {
"clean": "rimraf dist",