Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Apr 18, 2017
1 parent eddc006 commit 356a8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "preact-compat",
"amdName": "preactCompat",
"version": "3.14.3",
"version": "3.15.0",
"description": "A React compatibility layer for Preact",
"main": "dist/preact-compat.js",
"minified:main": "dist/preact-compat.min.js",
Expand All @@ -18,7 +18,7 @@
"test:karma": "karma start --single-run",
"test:watch": "karma start",
"prepublish": "npm-run-all build test",
"release": "npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
"release": "npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push --follow-tags && npm publish"
},
"keywords": [
"preact",
Expand Down

0 comments on commit 356a8b1

Please sign in to comment.