File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 30
30
31
31
module ADIWG
32
32
module Mdcodes
33
- VERSION = "2.10.0 "
33
+ VERSION = "2.10.1 "
34
34
end
35
35
end
36
36
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdcodes" ,
3
- "version" : " 2.10.0 " ,
3
+ "version" : " 2.10.1 " ,
4
4
"main" : " index.js" ,
5
5
"description" : " CodeLists for ADIwg mdJSON" ,
6
6
"repository" : {
26
26
},
27
27
"scripts" : {
28
28
"prepublishOnly" : " scripts/prepublish.js" ,
29
- "build" : " bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly"
29
+ "build" : " bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly" ,
30
+ "test" : " bundle && bundle exec rake test"
30
31
},
31
32
"dependencies" : {
32
33
"buildify" : " github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7" ,
You can’t perform that action at this time.
0 commit comments