Skip to content

Commit

Permalink
Bump version to: 0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Weaver committed Apr 19, 2021
1 parent 6147200 commit f3aae0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mainsail-ui",
"version": "0.6.4",
"version": "0.7.0",
"private": false,
"main": "dist/index.js",
"module": "dist/index.module.js",
Expand Down Expand Up @@ -112,9 +112,9 @@
},
"jest": {
"moduleNameMapper": {
"^components(.*)$": "<rootDir>/src/components$1",
"^styles(.*)$": "<rootDir>/src/styles$1",
"^utility(.*)$": "<rootDir>/src/utility$1"
"^components(.*)$": "<rootDir>/src/components$1",
"^styles(.*)$": "<rootDir>/src/styles$1",
"^utility(.*)$": "<rootDir>/src/utility$1"
}
}
}

0 comments on commit f3aae0b

Please # to comment.