Skip to content

Commit 0dfc9b1

Browse files
author
Pattie Reaves
committed
Update package version, update url.
1 parent 9dd715e commit 0dfc9b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "js-component-framework",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "This framework is a method of attaching an ES6 class to a DOM element or collection of DOM elements.",
55
"main": "lib/index.js",
66
"scripts": {
77
"prepare": "./node_modules/.bin/babel src --out-dir lib",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
10-
"author": "Alley Interactive (alleyinteractive.com)",
10+
"author": "Alley Interactive (alley.co)",
1111
"contributors": [
12-
"Owen Stowe <owen@alleyinteractive.com> (alleyinteractive.com)",
13-
"Pattie Reaves <pattie@alleyinteractive.com> (alleyinteractive.com)",
14-
"Ryan Domingue <ryan@alleyinteractive.com> (alleyinteractive.com)"
12+
"Owen Stowe <owen@alley.co> (alley.co)",
13+
"Pattie Reaves <pattie@alley.co> (alley.co)",
14+
"Ryan Domingue <ryan@alley.co> (alley.co)"
1515
],
1616
"license": "GPL-2.0",
1717
"repository": {

0 commit comments

Comments
 (0)