Skip to content

Commit

Permalink
update skpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed May 5, 2017
1 parent e13e0b6 commit 2bc0708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .babelrc
@@ -1,6 +1,7 @@
{
"presets": ["es2015", "react"],
"plugins": [
["transform-react-jsx", { "pragma":"h" }]
["transform-react-jsx", { "pragma":"h" }],
"babel-plugin-add-module-exports"
]
}
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -29,6 +29,7 @@
},
"homepage": "https://github.com/mathieudutour/git-sketch-plugin#readme",
"devDependencies": {
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
Expand All @@ -39,7 +40,7 @@
"eslint-plugin-node": "4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"skpm": "^0.8.1"
"skpm": "^0.9.7"
},
"dependencies": {
"eslint-config-sketch": "^0.2.2",
Expand Down

0 comments on commit 2bc0708

Please sign in to comment.