forked from highlightjs/highlight.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
70 changed files
with
1,634 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
language: python | ||
python: | ||
- "3.3" | ||
before_install: | ||
- "python tools/build.py -t node" | ||
- npm config set python python2.7 | ||
install: | ||
- npm install | ||
language: node_js | ||
node_js: | ||
- "0.10" | ||
script: | ||
- npm test | ||
- "node tools/build.js -t node && npm test" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,4 +136,10 @@ Contributors: | |
- Luke Holder <[email protected]> | ||
- David Mohundro <[email protected]> | ||
- Nicholas Blumhardt <[email protected]> | ||
- Christophe de Dinechin <[email protected]> | ||
- Taneli Vatanen <[email protected]> | ||
- Jen Evers-Corvina <[email protected]> | ||
- Kassio Borges <[email protected]> | ||
- Cedric Sohrauer <[email protected]> | ||
- Mickael Delahaye <[email protected]> | ||
- Hakan Özler <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,3 +136,9 @@ URL: https://highlightjs.org/ | |
- Люк Холдер <[email protected]> | ||
- Дэвид Мохундро <[email protected]> | ||
- Николас Блумхардт <[email protected]> | ||
- Кристоф де Денишен <[email protected]> | ||
- Танели Ватанен <[email protected]> | ||
- Джен Эверс-Корвина <[email protected]> | ||
- Кассио Борхес <[email protected]> | ||
- Седрик Зорауер <[email protected]> | ||
- Микаэль Делахэй <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"syntax" | ||
], | ||
"homepage": "https://highlightjs.org/", | ||
"version": "8.2.0", | ||
"version": "8.3.0", | ||
"author": { | ||
"name": "Ivan Sagalaev", | ||
"email": "[email protected]" | ||
|
@@ -33,8 +33,13 @@ | |
"node": "*" | ||
}, | ||
"devDependencies": { | ||
"commander": "^2.3.0", | ||
"del": "^0.1.2", | ||
"gear": "^0.9.4", | ||
"gear-lib": "^0.9.1", | ||
"glob": "^4.0.5", | ||
"jsdom": "^0.11.1", | ||
"lodash": "^2.4.1", | ||
"mocha": "^1.21.4", | ||
"should": "^4.0.4" | ||
} | ||
|
Oops, something went wrong.