Skip to content

Commit 73efba7

Browse files
committed
Use static/styles organization
1 parent 29e8c95 commit 73efba7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

highlight-line.js renamed to index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require("./highlight-line.less");
1+
require("./static/styles/highlight-line.less");
22
var $ = require("jquery");
33

44
var getLines = function(lineString) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bit-docs-html-highlight-line",
33
"version": "0.2.3",
44
"description": "Highlight a line in source code",
5-
"main": "highlight-line.js",
5+
"main": "index.js",
66
"scripts": {
77
"preversion": "npm test",
88
"test": "mocha test.js --reporter spec",
File renamed without changes.

0 commit comments

Comments
 (0)