Skip to content

Commit 96583b5

Browse files
mwczkylebuch8
authored andcommitted
change license in element package.json's to MIT (#136)
1 parent cdcad34 commit 96583b5

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

elements/all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "../../node_modules/.bin/wct --configFile ../../wct.conf.json elements/all/test/"
66
},
77
"private": true,
8-
"license": "ISC",
8+
"license": "MIT",
99
"dependencies": {
1010
"@rhelements/rh-card": "file:elements/rh-card",
1111
"@rhelements/rh-cta": "file:elements/rh-cta",

elements/rh-card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"author": {
2020
"name": "Mark Caron"
2121
},
22-
"license": "ISC",
22+
"license": "MIT",
2323
"dependencies": {
2424
"@rhelements/rh-sass": "*",
2525
"@rhelements/rhelement": "*"

elements/rh-cta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"author": {
2020
"name": "Mark Caron"
2121
},
22-
"license": "ISC",
22+
"license": "MIT",
2323
"dependencies": {
2424
"@rhelements/rh-sass": "*",
2525
"@rhelements/rhelement": "*"

elements/rh-datetime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"author": {
2020
"name": "Luke Dary"
2121
},
22-
"license": "ISC",
22+
"license": "MIT",
2323
"dependencies": {
2424
"@rhelements/rhelement": "0.0.x"
2525
},

elements/rh-icon-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"author": {
2020
"name": "Mark Caron"
2121
},
22-
"license": "ISC",
22+
"license": "MIT",
2323
"dependencies": {
2424
"@rhelements/rh-sass": "*",
2525
"@rhelements/rhelement": "*"

elements/rh-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"author": {
2020
"name": "Mark Caron"
2121
},
22-
"license": "ISC",
22+
"license": "MIT",
2323
"dependencies": {
2424
"@rhelements/rh-sass": "*",
2525
"@rhelements/rhelement": "*"

elements/rh-number/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"author": {
2020
"name": "Michael Clayton"
2121
},
22-
"license": "ISC",
22+
"license": "MIT",
2323
"dependencies": {
2424
"@rhelements/rhelement": "*",
2525
"numeral": "^2.0.6"

elements/rh-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"url": "https://github.com/markcaron"
1919
}
2020
],
21-
"license": "ISC"
21+
"license": "MIT"
2222
}

elements/rhelement/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"email": "[email protected]",
2222
"url": "https://github.com/kylebuch8"
2323
},
24-
"license": "ISC",
24+
"license": "MIT",
2525
"dependencies": {},
2626
"generator-rhelement-version": "0.3.4"
2727
}

0 commit comments

Comments
 (0)