Skip to content

Commit 66be126

Browse files
committed
new version
1 parent 04cdd91 commit 66be126

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spoonconsulting/cordova-plugin-firebase-messaging",
3-
"version": "8.0.1",
3+
"version": "1.0.0",
44
"description": "Cordova plugin for Firebase Messaging",
55
"types": "./types/index.d.ts",
66
"cordova": {
@@ -31,16 +31,5 @@
3131
"cordova-android",
3232
"cordova-ios"
3333
],
34-
"scripts": {
35-
"preversion": "npm run docs && rm -rf docs",
36-
"version": "perl -i -pe 's/(version=)\"\\d+\\.\\d+\\.\\d+\"/$1\"'$npm_package_version'\"$2/' plugin.xml && git add .",
37-
"postversion": "git push && git push --tags",
38-
"predocs": "tsc www/* --declaration --allowJs --checkJs --lib es2015,dom --emitDeclarationOnly --outDir types",
39-
"docs": "typedoc && perl -i -pe 's/README.md#/#/g' ./docs/README.md",
40-
"postdocs": "perl -i -0pe 's/(<!-- TypedocGenerated -->).*/$1\n\n/gms' README.md && cat ./docs/README.md >> README.md"
41-
},
42-
"devDependencies": {
43-
"typedoc": "^0.23.9",
44-
"typedoc-plugin-markdown": "^3.13.4"
45-
}
34+
"scripts": {}
4635
}

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
22
xmlns:android="http://schemas.android.com/apk/res/android"
33
id="@spoonconsulting/cordova-plugin-firebase-messaging"
4-
version="8.0.1">
4+
version="1.0.0">
55

66
<name>FirebaseMessagingPlugin</name>
77
<description>Cordova plugin for Firebase Cloud Messaging</description>

0 commit comments

Comments
 (0)