Skip to content

Commit da734b7

Browse files
committed
Bump version
And remove css/src from package
1 parent 89163e3 commit da734b7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@readium/css",
33
"description": "A set of reference stylesheets for EPUB Reading Systems",
4-
"version": "2.0.0-beta.25",
4+
"version": "2.0.0-beta.26",
55
"homepage": "https://github.com/readium/css",
66
"license": "BSD-3-Clause",
77
"keywords": [
@@ -23,11 +23,12 @@
2323
"bugs": {
2424
"url": "https://github.com/readium/css/issues"
2525
},
26-
"main": "css/ReadiumCSS-config.css",
2726
"files": [
2827
"css/**/*",
2928
"!css/*.js",
30-
"!css/demo/**/*"
29+
"!css/demo/**/*",
30+
"!css/src/**/*",
31+
"!css/ReadiumCSS-config.css"
3132
],
3233
"devDependencies": {
3334
"@daltontan/postcss-import-json": "^1.1.1",

0 commit comments

Comments
 (0)