Skip to content

Commit 402fda5

Browse files
bumped version
1 parent b6f1d1b commit 402fda5

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

component.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22
"name": "load-script",
33
"repo": "segmentio/load-script",
44
"description": "Component: loads a Javascript file by appending a script tag to the DOM.",
5-
"version": "0.0.1",
6-
"keywords": [
7-
"script",
8-
"load",
9-
"javascript"
10-
],
5+
"version": "0.0.2",
6+
"keywords": ["script", "load", "javascript"],
7+
"license": "MIT",
118
"dependencies": {
129
"component/type": "*"
1310
},
1411
"development": {
1512
"component/assert": "*"
1613
},
17-
"license": "MIT",
18-
"scripts": [
19-
"index.js"
20-
]
14+
"scripts": ["index.js"]
2115
}

0 commit comments

Comments
 (0)