Skip to content

Commit

Permalink
Merge pull request #808 from GriddleGriddle/release-1.13.0
Browse files Browse the repository at this point in the history
Release 1.13.0
  • Loading branch information
dahlbyk authored Apr 29, 2018
2 parents 7416502 + 38359f2 commit a0df307
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griddle-react",
"version": "1.12.0",
"version": "1.13.0",
"description": "A fast and flexible grid component for React",
"keywords": [
"react-component",
Expand All @@ -24,7 +24,10 @@
"build-ts": "cp src/module.d.ts dist/module/",
"build-umd": "webpack --config webpack.config.js",
"build-modules": "cross-env BABEL_ENV=build babel src --out-dir dist/module ",
"ship-it": "npm run build && npm publish --tag next"
"postpublish": "git push --tags",
"prepare": "npm run build",
"preversion": "npm test",
"ship-it": "npm publish --tag next"
},
"peerDependencies": {
"react": ">=15"
Expand Down

0 comments on commit a0df307

Please sign in to comment.