Skip to content

Commit b09788f

Browse files
committed
Merge branch 'master' into dep
2 parents 3234e3b + e24fe63 commit b09788f

File tree

5 files changed

+728
-83
lines changed

5 files changed

+728
-83
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ public
33
packaged
44

55
.DS_Store
6+
7+
package-lock.json

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 dawn
3+
Copyright (c) 2019 dawn
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ If you have discovered a bug or have a feature suggestion, feel free to create a
3737
If you'd like to make some changes yourself, see the following:
3838
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
3939
2. Build the webpack bundle and start the application: `yarn build && yarn start`
40-
3. Run the tests with: `yarn test`
41-
4. Finally, submit a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) with your changes!
40+
3. Help us keep our code clean and safe: `npm i --package-lock-only && npm audit fix`
41+
4. Run the tests with: `yarn test`
42+
5. Finally, submit a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) with your changes!
4243

4344
## Authors
4445
Alchemy is a project by <a href="http://dawnlabs.io/"><img width=8% src="https://cloud.githubusercontent.com/assets/10369094/25406306/dacebd4c-29cb-11e7-8e1c-468687cde495.png"></a>

src/helpers/notifier/text.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"failure": [
1010
"The moons were not aligned.",
1111
"There be dark magic afoot.",
12-
"Philosopher's stone sold seperately.",
12+
"Philosopher's stone sold separately.",
1313
"Another deception of the photo sorcerer.",
1414
"The night is dark and full of terrors."
1515
]

0 commit comments

Comments
 (0)