Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tizmagik committed Oct 10, 2017
1 parent bbb2314 commit b961a77
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 22 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "react-head",
"version": "1.1.0",
"version": "1.2.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 @@ -19,7 +21,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 @@ -60,10 +68,18 @@
"prop-types": ">=15"
},
"jest": {
"roots": [ "./src" ],
"setupFiles": [ "raf/polyfill", "./utils/setup" ]
"roots": [
"./src"
],
"setupFiles": [
"raf/polyfill",
"./utils/setup"
]
},
"lint-staged": {
"*.{js,json}": [ "npm run prettier", "git add" ]
"*.{js,json}": [
"npm run prettier",
"git add"
]
}
}

0 comments on commit b961a77

Please sign in to comment.