Skip to content

Commit

Permalink
0.27.0-6
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Palmer committed Mar 22, 2017
1 parent f12e351 commit b85e907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appearhere/bloom",
"version": "0.27.0-5",
"version": "0.27.0-6",
"description": "Appear Here's pattern library and styleguide",
"keywords": [
"Pattern library",
Expand Down Expand Up @@ -146,7 +146,7 @@
"json"
],
"moduleNameMapper": {
"^[.\/a-zA-Z0-9$_!-]+\\.(jpg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|json)$": "<rootDir>/config/jest/FileStub.js",
"^[./a-zA-Z0-9$_!-]+\\.(jpg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|json)$": "<rootDir>/config/jest/FileStub.js",
"^[./a-zA-Z0-9$_\\-\\!]+\\.css": "<rootDir>/config/jest/CSSStub.js"
},
"transform": {
Expand Down

0 comments on commit b85e907

Please sign in to comment.