Skip to content

Commit

Permalink
chore: add .npmrc and .npmignore files to multiple packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zhw2590582 committed Oct 8, 2024
1 parent b8c29f2 commit 252c226
Show file tree
Hide file tree
Showing 16 changed files with 98 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/compiled/artplayer-plugin-vast.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/compiled/artplayer-plugin-vast.legacy.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions packages/artplayer-plugin-auto-thumbnail/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
node_modules
.DS_Store
yarn.lock
package-lock.json
test
coverage
.nyc_output
.parcel-cache
.cache
docs
1 change: 1 addition & 0 deletions packages/artplayer-plugin-auto-thumbnail/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
10 changes: 10 additions & 0 deletions packages/artplayer-plugin-chapter/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
node_modules
.DS_Store
yarn.lock
package-lock.json
test
coverage
.nyc_output
.parcel-cache
.cache
docs
1 change: 1 addition & 0 deletions packages/artplayer-plugin-chapter/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
10 changes: 10 additions & 0 deletions packages/artplayer-plugin-danmuku-mask/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
node_modules
.DS_Store
yarn.lock
package-lock.json
test
coverage
.nyc_output
.parcel-cache
.cache
docs
1 change: 1 addition & 0 deletions packages/artplayer-plugin-danmuku-mask/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
10 changes: 10 additions & 0 deletions packages/artplayer-plugin-vast/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
node_modules
.DS_Store
yarn.lock
package-lock.json
test
coverage
.nyc_output
.parcel-cache
.cache
docs
1 change: 1 addition & 0 deletions packages/artplayer-plugin-vast/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
8 changes: 8 additions & 0 deletions packages/artplayer-plugin-vast/dist/artplayer-plugin-vast.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions packages/artplayer-proxy-canvas/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
node_modules
.DS_Store
yarn.lock
package-lock.json
test
coverage
.nyc_output
.parcel-cache
.cache
docs
1 change: 1 addition & 0 deletions packages/artplayer-proxy-canvas/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
10 changes: 10 additions & 0 deletions packages/artplayer-proxy-webav/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
node_modules
.DS_Store
yarn.lock
package-lock.json
test
coverage
.nyc_output
.parcel-cache
.cache
docs
1 change: 1 addition & 0 deletions packages/artplayer-proxy-webav/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false

0 comments on commit 252c226

Please sign in to comment.