Skip to content

Commit c075646

Browse files
committed
Update and polish
1 parent f5ef179 commit c075646

File tree

331 files changed

+1598
-722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+1598
-722
lines changed

bin/truwrap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ const scripts = {
5050
test: "xo && nyc ava",
5151
"generate-test-fixtures": "scripts/generate-test-fixtures",
5252
"generate-test-widths": "scripts/generate-test-widths",
53-
"doc-serve": "documentation serve --watch --theme node_modules/documentation-theme-bespoke --github --config src/docs/documentation.yml --name $npm_package_name --project-version $npm_package_version src/index.js",
54-
"doc-build": "documentation build --format html --output docs --theme node_modules/documentation-theme-bespoke --github --config src/docs/documentation.yml --name $npm_package_name --project-version $npm_package_version src/index.js",
53+
"doc-serve": "documentation serve --watch --theme node_modules/documentation-theme-bespoke --github --config src/docs/documentation.yml --project-name $npm_package_name --project-version $npm_package_version src/index.js",
54+
"doc-build": "documentation build --format html --output docs --theme node_modules/documentation-theme-bespoke --github --config src/docs/documentation.yml --project-name $npm_package_name --project-version $npm_package_version src/index.js",
5555
readme: "compile-readme -u src/docs/example.md src/docs/readme.md > readme.md",
5656
coverage: "nyc ava && nyc report --reporter=lcov --report-dir test/coverage; open test/coverage/lcov-report/index.html"
5757
};
@@ -137,6 +137,7 @@ const badges = {
137137
github: "MarkGriffiths",
138138
npm: "thebespokepixel",
139139
name: "truwrap",
140+
codeclimate: "e03a2055456023267873",
140141
providers: {
141142
status: {
142143
text: "beta",
@@ -164,6 +165,7 @@ const badges = {
164165
]
165166
],
166167
Developer: [
168+
"greenkeeper",
167169
"david-dev",
168170
"rollup"
169171
],

docs/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
57.5 KB
Binary file not shown.
57.5 KB
Binary file not shown.
16.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
56.5 KB
Binary file not shown.
56.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)