magicpen-prism
Advanced tools
Comparing version
@@ -66,2 +66,3 @@ var prism = require('../3rdparty/prism'), | ||
name: 'magicpen-prism', | ||
version: require('../package.json').version, | ||
installInto: function (magicPen) { | ||
@@ -68,0 +69,0 @@ magicPen.installTheme(defaultTheme); |
@@ -641,2 +641,3 @@ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.magicPenPrism=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
name: 'magicpen-prism', | ||
version: require(3).version, | ||
installInto: function (magicPen) { | ||
@@ -684,3 +685,35 @@ magicPen.installTheme(defaultTheme); | ||
},{}],3:[function(require,module,exports){ | ||
module.exports={ | ||
"name": "magicpen-prism", | ||
"version": "2.2.1", | ||
"description": "Add syntax highlighting support to magicpen via prism.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/unexpectedjs/magicpen-prism.git" | ||
}, | ||
"main": "lib/magicPenPrism.js", | ||
"author": "Andreas Lind Petersen <andreas@one.com>", | ||
"devDependencies": { | ||
"browserify": "8.1.1", | ||
"bundle-collapser": "1.1.1", | ||
"jshint": "2.7.0", | ||
"magicpen": "4.3.1", | ||
"mocha": "1.21.4", | ||
"unexpected": "5.8.0" | ||
}, | ||
"files": [ | ||
"lib", | ||
"magicPenPrism.min.js", | ||
"3rdparty/prism.js" | ||
], | ||
"scripts": { | ||
"test": "mocha", | ||
"lint": "jshint .", | ||
"travis": "npm run lint && npm test", | ||
"prepublish": "browserify -p bundle-collapser/plugin -e lib/magicPenPrism -s magicPenPrism > magicPenPrism.min.js" | ||
} | ||
} | ||
},{}]},{},[2])(2) | ||
}); |
{ | ||
"name": "magicpen-prism", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Add syntax highlighting support to magicpen via prism.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
35895
2.74%1102
3.09%