Skip to content

Commit cdebd58

Browse files
authored
New attempt to fix the empty build (#139)
1 parent c2b5996 commit cdebd58

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
### master
44

5-
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.6...master)
5+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.7...master)
6+
7+
## [3.0.7](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.7) (2019-07-26)
8+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.6...3.0.7)
9+
10+
New attempt to fix last realease since it was published empty to npm.
611

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@parse/push-adapter",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [
77
"lib/"
88
],
99
"scripts": {
10+
"install": "npm run build",
1011
"build": "./node_modules/.bin/babel src/ -d lib/",
1112
"test": "TESTING=1 nyc ./node_modules/.bin/jasmine"
1213
},

0 commit comments

Comments
 (0)