diff --git a/lib/adiwg/mdcodes/version.rb b/lib/adiwg/mdcodes/version.rb index a910f7a..5f6c4f1 100644 --- a/lib/adiwg/mdcodes/version.rb +++ b/lib/adiwg/mdcodes/version.rb @@ -30,7 +30,7 @@ module ADIWG module Mdcodes - VERSION = "2.10.0" + VERSION = "2.10.1" end end diff --git a/package.json b/package.json index 0989b6e..2e9fd9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdcodes", - "version": "2.10.0", + "version": "2.10.1", "main": "index.js", "description": "CodeLists for ADIwg mdJSON", "repository": { @@ -26,7 +26,8 @@ }, "scripts": { "prepublishOnly": "scripts/prepublish.js", - "build": "bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly" + "build": "bundle && npm i --force && grunt convert && grunt concat-json && npm run prepublishOnly", + "test": "bundle && bundle exec rake test" }, "dependencies": { "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",