|
1 | 1 | {
|
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 | + } |
31 | 29 | }
|
0 commit comments