Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tizmagik committed Oct 9, 2017
1 parent 2d6b5c2 commit 7b7734a
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "react-head",
"version": "0.0.1",
"version": "1.0.0",
"description": "SSR-ready Document Head management for React 16+",
"main": "build/index.js",
"files": [ "build" ],
"files": [
"build"
],
"scripts": {
"prepare": "npm run lint && npm run test && npm run build",
"build": "babel --out-dir build src --ignore src/__tests__",
Expand All @@ -16,7 +18,13 @@
"type": "git",
"url": "git+https://github.com/tizmagik/react-head.git"
},
"keywords": [ "react", "head", "portals", "ssr", "isomorphic" ],
"keywords": [
"react",
"head",
"portals",
"ssr",
"isomorphic"
],
"author": "Jeremy Gayed (https://github.com/tizmagik)",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -52,9 +60,14 @@
"prop-types": ">=15"
},
"jest": {
"roots": [ "./src" ]
"roots": [
"./src"
]
},
"lint-staged": {
"*.{js,json}": [ "npm run prettier", "git add" ]
"*.{js,json}": [
"npm run prettier",
"git add"
]
}
}

0 comments on commit 7b7734a

Please sign in to comment.