Skip to content

Commit 8dbb6ca

Browse files
committed
🚀 v1.0.0
1 parent baa0157 commit 8dbb6ca

File tree

6 files changed

+26
-4
lines changed

6 files changed

+26
-4
lines changed

‎.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trim_trailing_whitespace = true
1717

1818
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1919

20-
[{package.json}]
20+
[package.json]
2121

2222
indent_size = 2
2323
indent_style = space

‎CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 1.0.0 (September 17, 2018)
2+
3+
✨

‎CODE_OF_CONDUCT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This project follows the [JS Foundation Code of
2+
Conduct](https://js.foundation/community/code-of-conduct).

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nellie's Photo Album
22

3-
Collection of artworks used by the [`webhint`][webhint site] project.
3+
Artworks used by the [`webhint`][webhint site] project.
44

55
Nellie was originally created by [Stephanie Drescher][stephanie
66
drescher]. Artworks are by [Mike Bonales][mike bonales].

‎package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
{
2-
"description": "webhint artwork (a.k.a. Nellie's photobook)",
2+
"description": "Artworks used by the webhint project",
3+
"files": [
4+
"src"
5+
],
36
"homepage": "https://webhint.io",
7+
"keywords": [
8+
"artwork",
9+
"hint",
10+
"illustrations",
11+
"logos",
12+
"narwhal",
13+
"nellie",
14+
"nellie-the-narwhal",
15+
"webhint"
16+
],
417
"license": "CC-BY-SA-4.0",
518
"name": "@hint/artwork",
6-
"private": true,
719
"repository": "webhintio/artwork",
820
"version": "1.0.0"
921
}

0 commit comments

Comments
 (0)