aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jade/lib/inline-tags.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jade/lib/inline-tags.js')
-rw-r--r--node_modules/jade/lib/inline-tags.js28
1 files changed, 0 insertions, 28 deletions
diff --git a/node_modules/jade/lib/inline-tags.js b/node_modules/jade/lib/inline-tags.js
deleted file mode 100644
index 491de0b51..000000000
--- a/node_modules/jade/lib/inline-tags.js
+++ /dev/null
@@ -1,28 +0,0 @@
-
-/*!
- * Jade - inline tags
- * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
- * MIT Licensed
- */
-
-module.exports = [
- 'a'
- , 'abbr'
- , 'acronym'
- , 'b'
- , 'br'
- , 'code'
- , 'em'
- , 'font'
- , 'i'
- , 'img'
- , 'ins'
- , 'kbd'
- , 'map'
- , 'samp'
- , 'small'
- , 'span'
- , 'strong'
- , 'sub'
- , 'sup'
-]; \ No newline at end of file