Skip to content

Commit 074ecfe

Browse files
committed
webpack fix
1 parent aa4b4a8 commit 074ecfe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
demo/
22
screens/
33
*.png
4-
*.log
4+
*.log
5+
tsconfig.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "nativescript-image-filters",
3-
"version": "1.0.31",
3+
"version": "1.0.4",
44
"description": "NativeScript plugin to easily apply filters to your pictures.",
5-
"main": "imagefilters.js",
5+
"main": "imagefilters",
66
"nativescript": {
77
"platforms": {
88
"android": "2.0.0"

0 commit comments

Comments
 (0)