Skip to content

Commit c40b499

Browse files
committed
0.13.4
1 parent 7c74704 commit c40b499

File tree

10 files changed

+21
-318
lines changed

10 files changed

+21
-318
lines changed

.eslintrc.json

Lines changed: 0 additions & 129 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/linux-ci.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/mac-ci.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/windows-ci.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<img
33
src="https://raw.githubusercontent.com/electric-eloquence/fepper-npm/master/excludes/fepper-branding.png"
4-
alt="Fepper"
4+
alt="Fepper Base"
55
>
66
</p>
77
@@ -23,18 +23,13 @@ compatible. (Support for just public instance fields is good enough.) This only
2323
pertains to the UI. Patterns and their destinations can be as backward-compatible
2424
or as experimental as you wish to make them.
2525

26-
### Downstream projects
26+
### This is the Base distribution of Fepper.
2727

28-
* [Fepper Base](https://github.com/electric-eloquence/fepper-base) - no
29-
unnecessary assets, styles, Pattern Lab demo, or
30-
<a href="https://www.npmjs.com/package/fp-stylus" target="_blank">fp-stylus</a>
31-
extension.
32-
* [Fepper for Drupal](https://github.com/electric-eloquence/fepper-drupal) -
33-
templates configured for Drupal, along with a Drupal theme built to
34-
accommodate those templates.
35-
* [Fepper for Wordpress](https://github.com/electric-eloquence/fepper-wordpress)
36-
\- templates configured for WordPress, along with a WordPress theme built to
37-
accommodate those templates.
28+
It does not include unnecesary frontend assets, styles, Pattern Lab demo, or the
29+
<a href="https://www.npmjs.com/package/fp-stylus" target="_blank">fp-stylus</a>
30+
extension.
31+
32+
* [Main distribution (includes those extras)](https://github.com/electric-eloquence/fepper)
3833

3934
### Table of contents
4035

@@ -69,7 +64,7 @@ or as experimental as you wish to make them.
6964
#### Simplest way to get started
7065

7166
* Download the
72-
<a href="https://github.com/electric-eloquence/fepper/releases/latest" target="_blank">
67+
<a href="https://github.com/electric-eloquence/fepper-base/releases/latest" target="_blank">
7368
latest release</a>.
7469

7570
#### Mac install
@@ -677,19 +672,19 @@ As a reminder, the viewport sizes can be customized in `source/_scripts/src/vari
677672
Mustache</a>
678673
* <a href="https://www.npmjs.com/package/fepper-utils" target="_blank">Fepper Utils</a>
679674

680-
[snyk-image]: https://snyk.io//test/github/electric-eloquence/fepper/master/badge.svg
681-
[snyk-url]: https://snyk.io//test/github/electric-eloquence/fepper/master
675+
[snyk-image]: https://snyk.io//test/github/electric-eloquence/fepper-base/master/badge.svg
676+
[snyk-url]: https://snyk.io//test/github/electric-eloquence/fepper-base/master
682677

683-
[linux-image]: https://github.com/electric-eloquence/fepper/workflows/Linux%20build/badge.svg?branch=master
684-
[linux-url]: https://github.com/electric-eloquence/fepper/actions?query=workflow%3A"Linux+build"
678+
[linux-image]: https://github.com/electric-eloquence/fepper-base/workflows/Linux%20build/badge.svg?branch=master
679+
[linux-url]: https://github.com/electric-eloquence/fepper-base/actions?query=workflow%3A"Linux+build"
685680

686-
[mac-image]: https://github.com/electric-eloquence/fepper/workflows/Mac%20build/badge.svg?branch=master
687-
[mac-url]: https://github.com/electric-eloquence/fepper/actions?query=workflow%3A"Mac+build"
681+
[mac-image]: https://github.com/electric-eloquence/fepper-base/workflows/Mac%20build/badge.svg?branch=master
682+
[mac-url]: https://github.com/electric-eloquence/fepper-base/actions?query=workflow%3A"Mac+build"
688683

689-
[windows-image]: https://github.com/electric-eloquence/fepper/workflows/Windows%20build/badge.svg?branch=master
690-
[windows-url]: https://github.com/electric-eloquence/fepper/actions?query=workflow%3A"Windows+build"
684+
[windows-image]: https://github.com/electric-eloquence/fepper-base/workflows/Windows%20build/badge.svg?branch=master
685+
[windows-url]: https://github.com/electric-eloquence/fepper-base/actions?query=workflow%3A"Windows+build"
691686

692687
[node-version-image]: https://img.shields.io/node/v/fepper.svg
693688

694-
[license-image]: https://img.shields.io/github/license/electric-eloquence/fepper.svg
695-
[license-url]: https://raw.githubusercontent.com/electric-eloquence/fepper/master/LICENSE
689+
[license-image]: https://img.shields.io/github/license/electric-eloquence/fepper-base.svg
690+
[license-url]: https://raw.githubusercontent.com/electric-eloquence/fepper-base/master/LICENSE

package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,12 @@
33
"description": "Fepper: a Front End Prototyper tool for rapid prototyping of web sites",
44
"scripts": {
55
"install-base": "node run/install-base.js",
6-
"postinstall": "node run/install.js",
7-
"start": "node node_modules/fepper/index.js",
8-
"test": "npm run test:eslint && npm run test:mocha",
9-
"test:eslint": "eslint run && eslint test",
10-
"test:mocha": "mocha test/install-tests.js && mocha test/install-extension-tests.js"
11-
},
12-
"husky": {
13-
"hooks": {
14-
"pre-push": "npm test"
15-
}
6+
"postinstall": "node run/install-base.js",
7+
"start": "node node_modules/fepper/index.js"
168
},
179
"repository": {
1810
"type": "git",
19-
"url": "git+https://github.com/electric-eloquence/fepper.git"
11+
"url": "git+https://github.com/electric-eloquence/fepper-base.git"
2012
},
2113
"keywords": [
2214
"atomic",

test/.eslintrc.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

test/install-extension-tests.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/install-tests.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)