diff --git a/.versions b/.versions index 6db43a6..487832a 100644 --- a/.versions +++ b/.versions @@ -1,4 +1,4 @@ -andrefgneves:iconfont@0.1.7 +andrefgneves:iconfont@0.1.8 base64@1.0.3 binary-heap@1.0.3 callback-hook@1.0.3 @@ -9,7 +9,7 @@ ejson@1.0.6 geojson-utils@1.0.3 id-map@1.0.3 json@1.0.3 -local-test:andrefgneves:iconfont@0.1.7 +local-test:andrefgneves:iconfont@0.1.8 logging@1.0.7 meteor@1.1.6 minimongo@1.0.8 diff --git a/package.js b/package.js index 20cb63e..99bfd6e 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ summary: 'Generate an icon font from SVG files', - version: '0.1.7', + version: '0.1.8', git: 'https://github.com/andrefgneves/meteor-iconfont.git', name: 'andrefgneves:iconfont' }); diff --git a/plugin/iconfont.coffee b/plugin/iconfont.coffee index a5a8a30..b934d00 100644 --- a/plugin/iconfont.coffee +++ b/plugin/iconfont.coffee @@ -294,8 +294,5 @@ loadJSONFile = (filePath) -> {} -# Make meteor listen for changes on json files -Plugin.registerSourceHandler 'json', archMatching: 'web', -> - Plugin.registerSourceHandler 'iconfont.json', archMatching: 'web', handler Plugin.registerSourceHandler 'svg', archMatching: 'web', handler diff --git a/smart.json b/smart.json index ae3a941..2fbe587 100644 --- a/smart.json +++ b/smart.json @@ -3,6 +3,6 @@ "description": "Generate an icon font from SVG files", "homepage": "https://github.com/andrefgneves/meteor-iconfont", "author": "Andre Neves (https://twitter.com/seven)", - "version": "0.1.7", + "version": "0.1.8", "git": "https://github.com/andrefgneves/meteor-iconfont.git" }