Skip to content

Commit 9daeb16

Browse files
committed
Remove more mentions to schema
1 parent 6795b18 commit 9daeb16

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ include docs/environment.yml
1717

1818
# Javascript files
1919
graft src
20-
graft schema
2120
graft style
2221
prune **/node_modules
2322
prune lib

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
},
1919
"files": [
2020
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
21-
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
22-
"schema/*.json"
21+
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
2322
],
2423
"main": "lib/index.js",
2524
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)