We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89163e3 commit da734b7Copy full SHA for da734b7
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@readium/css",
3
"description": "A set of reference stylesheets for EPUB Reading Systems",
4
- "version": "2.0.0-beta.25",
+ "version": "2.0.0-beta.26",
5
"homepage": "https://github.com/readium/css",
6
"license": "BSD-3-Clause",
7
"keywords": [
@@ -23,11 +23,12 @@
23
"bugs": {
24
"url": "https://github.com/readium/css/issues"
25
},
26
- "main": "css/ReadiumCSS-config.css",
27
"files": [
28
"css/**/*",
29
"!css/*.js",
30
- "!css/demo/**/*"
+ "!css/demo/**/*",
+ "!css/src/**/*",
31
+ "!css/ReadiumCSS-config.css"
32
],
33
"devDependencies": {
34
"@daltontan/postcss-import-json": "^1.1.1",
0 commit comments