File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " highlightjs-shexc" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " Shape Expressions Compact Syntax (ShExC) syntax highlighting plugin for highlight.js" ,
5
- "main" : " shexc.js" ,
5
+ "main" : " src/shexc.js" ,
6
+ "files" : [
7
+ " dist/shexc.min.js"
8
+ ],
6
9
"scripts" : {
7
- "test" : " ./node_modules/.bin/mocha --reporter spec"
10
+ "minify" : " cat src/shexc.js | minify --js > dist/shexc.min.js" ,
11
+ "test" : " mocha --reporter spec"
8
12
},
9
13
"repository" : {
10
14
"type" : " git" ,
25
29
"homepage" : " https://github.com/highlightjs/highlightjs-shexc#readme" ,
26
30
"devDependencies" : {
27
31
"highlightjs" : " ^9.10.0" ,
32
+ "minify" : " ^5.0.0" ,
28
33
"mocha" : " ^5.2.0" ,
29
34
"should" : " ^13.2.3"
30
35
}
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments