Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.

Commit b0e28ac

Browse files
author
Ned Zimmerman
committed
1.8.1
1 parent 164f568 commit b0e28ac

File tree

1 file changed

+27
-29
lines changed

1 file changed

+27
-29
lines changed

package.json

+27-29
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
{
2-
"name": "@pressbooks/pressbooks-luther",
3-
"version": "1.8.0",
4-
"description":
5-
"Named after Martin Luther, this is a traditional book theme, good for novels, and text-heavy non-fiction. An earlier version of this theme was commissioned by Fortress Press / Augsburg Fortress.",
6-
"author": "Pressbooks (Book Oven Inc.)",
7-
"engines": {
8-
"node": ">= 6.9.4"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/pressbooks/pressbooks-luther.git"
13-
},
14-
"dependencies": {},
15-
"devDependencies": {
16-
"pressbooks-build-tools": "^0.11.0"
17-
},
18-
"scripts": {
19-
"lint": "npm run -s lint:scripts && npm run -s lint:styles",
20-
"lint:scripts": "node_modules/eslint/bin/eslint.js \"export/**/*.js\"",
21-
"lint:styles":
22-
"node_modules/stylelint/bin/stylelint.js \"*.scss\" \"export/**/*.scss\" --syntax scss",
23-
"test": "npm run -s lint"
24-
},
25-
"eslintConfig": {
26-
"extends": "./node_modules/pressbooks-build-tools/config/eslint.js"
27-
},
28-
"stylelint": {
29-
"extends": "./node_modules/pressbooks-build-tools/config/stylelint.js"
30-
}
2+
"name": "@pressbooks/pressbooks-luther",
3+
"version": "1.8.1",
4+
"description": "Named after Martin Luther, this is a traditional book theme, good for novels, and text-heavy non-fiction. An earlier version of this theme was commissioned by Fortress Press / Augsburg Fortress.",
5+
"author": "Pressbooks (Book Oven Inc.)",
6+
"engines": {
7+
"node": ">= 6.9.4"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/pressbooks/pressbooks-luther.git"
12+
},
13+
"dependencies": {},
14+
"devDependencies": {
15+
"pressbooks-build-tools": "^0.11.0"
16+
},
17+
"scripts": {
18+
"lint": "npm run -s lint:scripts && npm run -s lint:styles",
19+
"lint:scripts": "node_modules/eslint/bin/eslint.js \"export/**/*.js\"",
20+
"lint:styles": "node_modules/stylelint/bin/stylelint.js \"*.scss\" \"export/**/*.scss\" --syntax scss",
21+
"test": "npm run -s lint"
22+
},
23+
"eslintConfig": {
24+
"extends": "./node_modules/pressbooks-build-tools/config/eslint.js"
25+
},
26+
"stylelint": {
27+
"extends": "./node_modules/pressbooks-build-tools/config/stylelint.js"
28+
}
3129
}

0 commit comments

Comments
 (0)