Skip to content

Commit 6bc306c

Browse files
committed
Change what "main" points to in package.json
Per this users comment: #20 (comment)
1 parent 29b89d8 commit 6bc306c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bulma-o-steps",
33
"version": "1.1.0",
44
"description": "In-depth Steps component for Bulma.io",
5-
"main": "bulma-o-steps.sass",
5+
"main": "index.sass",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bulma-o-steps",
33
"version": "1.1.0",
44
"description": "In-depth Steps component for Bulma.io",
5-
"main": "bulma-o-steps.sass",
5+
"main": "index.sass",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

0 commit comments

Comments
 (0)