Skip to content

Commit

Permalink
New attempt to fix the empty build (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
davimacedo authored Jul 26, 2019
1 parent c2b5996 commit cdebd58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

### master

[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.6...master)
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.7...master)

## [3.0.7](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.7) (2019-07-26)
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.6...3.0.7)

New attempt to fix last realease since it was published empty to npm.

## [3.0.6](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.6) (2019-07-26)
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.5...3.0.6)
Expand Down
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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@parse/push-adapter",
"version": "3.0.6",
"version": "3.0.7",
"description": "Base parse-server-push-adapter",
"main": "lib/index.js",
"files": [
"lib/"
],
"scripts": {
"install": "npm run build",
"build": "./node_modules/.bin/babel src/ -d lib/",
"test": "TESTING=1 nyc ./node_modules/.bin/jasmine"
},
Expand Down

0 comments on commit cdebd58

Please sign in to comment.