Skip to content

Commit 722065a

Browse files
committed
update metadata
1 parent 98678e7 commit 722065a

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Blocks
3+
Copyright (c) 2014 Sparkart Group, Inc.
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

+10-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ An `Alerter()` instance does two things;
55
2) Emits events when alerts are created or dismissed.
66

77
# Getting the Module
8-
You can get the module in any one of the following ways;
9-
- Download [the latest release](https://github.com/blocks/alerter/releases) from GitHub
10-
- Or install with npm; `npm install alerter`
11-
- Or install with Bower; `bower install alerter`
8+
From GitHub;
9+
- Download [the latest release](https://github.com/blocks/alerter/releases)
10+
11+
Using npm;
12+
- `npm install blocks-alerter`
13+
14+
Using Bower;
15+
- [Install using the tarball URL][http://bower.io/docs/api/#install] (best option)
16+
- Use browserify or webpack to consume the CommonJS module
17+
- Install dependencies and run `gulp build` after installing/updating with Bower
1218

1319
# Quick Start
1420
To get started, you'll need to include the script on your page. To create an `Alerter()` instance you can do;

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
"Josiah Sprague <[email protected]>"
66
],
7-
"description": "Alerter is a UMD JavaScript module for displaying arbitrary messaging to communicate certain states in a web app.",
7+
"description": "Injects notification and alert markup and UI in the browser.",
88
"main": "src/alerter.js",
99
"keywords": [
1010
"alert",

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "blocks-alerter",
33
"version": "1.0.0",
4-
"description": "Alerter is a UMD JavaScript module for displaying arbitrary messaging to communicate certain states in a web app.",
4+
"description": "Injects notification and alert markup and UI in the browser.",
55
"main": "src/alerter.js",
6+
"files": [
7+
"src",
8+
"gulpfile.js"
9+
],
610
"repository": {
711
"type": "git",
812
"url": "https://github.com/blocks/alerter.git"

0 commit comments

Comments
 (0)