Skip to content

Commit 5aa6463

Browse files
committed
Exclude unnecessary files from npm package
1 parent 3b4f9d7 commit 5aa6463

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.npmignore

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,30 @@ node_modules/
33
.eslintcache
44
.antlr
55

6+
# Build
67
bin/
78
build/
89
build.txt
910
typings-autogen/
10-
.github/
1111
coverage/
1212

13+
# Dev env
14+
.github/
15+
.gitignore
16+
.npmignore
17+
.eslintrc.js
18+
jsconfig.json
19+
tsconfig.json
20+
21+
# Build system
22+
build.binaries.config.mjs
23+
build.binaries.mjs
24+
rollup.config.bundletypes.mjs
25+
rollup.config.package.mjs
26+
27+
# Tests
28+
test/
29+
1330
# Logs
1431
logs
1532
*.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-glsl-optimize",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Import GLSL source files as strings. Pre-processed, validated and optimized with Khronos Group SPIRV-Tools. Supports glslify.",
55
"homepage": "https://github.com/docd27/rollup-plugin-glsl-optimize#readme",
66
"keywords": [

0 commit comments

Comments
 (0)