We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e8c95 commit 73efba7Copy full SHA for 73efba7
highlight-line.js renamed to index.js
@@ -1,4 +1,4 @@
1
-require("./highlight-line.less");
+require("./static/styles/highlight-line.less");
2
var $ = require("jquery");
3
4
var getLines = function(lineString) {
package.json
@@ -2,7 +2,7 @@
"name": "bit-docs-html-highlight-line",
"version": "0.2.3",
"description": "Highlight a line in source code",
5
- "main": "highlight-line.js",
+ "main": "index.js",
6
"scripts": {
7
"preversion": "npm test",
8
"test": "mocha test.js --reporter spec",
highlight-line.less renamed to static/styles/highlight-line.less
0 commit comments