Skip to content

Commit df613ff

Browse files
committed
fix cargo include patterns
1 parent 4a527e6 commit df613ff

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/target
2-
/node_modules
2+
node_modules
33
/Cargo.lock
44
*.min.js
55
!/src/js/createDispatcher.min.js

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ include = [
1414
"src/js/createDispatcher.min.js",
1515
"src/**/*.rs",
1616
"Cargo.toml",
17-
"LICENSE",
18-
"README.md",
19-
"rust-toolchain",
17+
"/LICENSE",
18+
"/README.md",
19+
"/rust-toolchain",
2020
]
2121

2222
[dependencies]

0 commit comments

Comments
 (0)