Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(833)

Unified Diff: lib/src/prism/package.json

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/prism/gulpfile.js ('k') | lib/src/prism/plugins/autolinker/prism-autolinker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/prism/package.json
diff --git a/lib/src/prism/package.json b/lib/src/prism/package.json
index 06152b4fa8733ab794cec8f6e8c5de58d1f5a352..a4619fe9f80b3a2f35ad071bf99cb2ad53a31cbb 100644
--- a/lib/src/prism/package.json
+++ b/lib/src/prism/package.json
@@ -1,10 +1,10 @@
{
"name": "prismjs",
- "version": "0.0.1",
+ "version": "1.2.0",
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
"main": "prism.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "mocha tests/testrunner-tests.js && mocha tests/run.js"
},
"repository": {
"type": "git",
@@ -18,10 +18,14 @@
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
+ "chai": "^2.3.0",
"gulp": "^3.8.6",
"gulp-concat": "^2.3.4",
"gulp-header": "^1.0.5",
"gulp-rename": "^1.2.0",
- "gulp-uglify": "^0.3.1"
+ "gulp-uglify": "^0.3.1",
+ "gulp-replace": "^0.5.4",
+ "mocha": "^2.2.5",
+ "yargs": "^3.26.0"
}
}
« no previous file with comments | « lib/src/prism/gulpfile.js ('k') | lib/src/prism/plugins/autolinker/prism-autolinker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698