Skip to content

Commit 814a75e

Browse files
author
April Barrett
committed
adding component.json
1 parent 91964b4 commit 814a75e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

component.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "intro",
3+
"repo": "usablica/intro.js",
4+
"description": "Better introductions for websites and features with a step-by-step guide for your projects",
5+
"version": "0.7.0",
6+
"main": "intro.js",
7+
"scripts": [
8+
"intro.js"
9+
],
10+
"styles": [
11+
"introjs.css"
12+
]
13+
}

0 commit comments

Comments
 (0)