Skip to content

Commit

Permalink
build: optimizes npmignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Apr 2, 2020
1 parent 663e9d8 commit 49a6d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
.git/
.DS_Store
node_modules/
.github/
.editorconfig
.swiftlint.yml
.travis.yml
.*
CHANGELOG.md
tsconfig.json
tslint.json
www/
scripts
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-detect-webview-engine" version="2.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-detect-webview-engine" version="3.0.0">
<name>DetectWebViewEngine</name>
<description>Cordova plugin to determine whether the application is using UIWebView or WKWebView engine</description>
<author>Tim Brust</author>
Expand Down

0 comments on commit 49a6d91

Please sign in to comment.