Skip to content

Commit

Permalink
v0.1.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatsharma committed Mar 15, 2019
1 parent eb1f30c commit 1ffd7b4
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enginite/shinobi",
"version": "0.1.0-alpha.11",
"version": "0.1.0-alpha.12",
"description": "React Enginite App with SSR",
"repository": "rajatsharma/shinobi",
"author": "Rajat Sharma",
Expand All @@ -9,7 +9,11 @@
"shinobi": "./bin/shinobi.js"
},
"main": "lib/index.js",
"files": ["bin", "lib", "enginite.js"],
"files": [
"bin",
"lib",
"enginite.js"
],
"scripts": {
"test": "nyc --reporter=html --reporter=text ava",
"coverage": "nyc report --reporter=text-lcov && codecov -F -C coverage.lcov",
Expand All @@ -19,7 +23,13 @@
"prepublishOnly": "yarn wrap",
"release": "np"
},
"keywords": ["react", "webpack", "ssr", "universal", "isomorphic"],
"keywords": [
"react",
"webpack",
"ssr",
"universal",
"isomorphic"
],
"dependencies": {
"@babel/core": "7.1.2",
"@enginite/override-config-webpack-plugin": "1.2.8",
Expand Down

0 comments on commit 1ffd7b4

Please sign in to comment.