Skip to content

Commit efd548a

Browse files
committed
v1.0.3
1 parent 9d775f6 commit efd548a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipe-dream/example-file-factory",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Example FileFactory implementation for Pipe Dream. This repo is for testing and development only.",
55
"main": "src/index.js",
66
"repository": "[email protected]:pipe-dream/example-file-factory.git",
@@ -37,7 +37,7 @@
3737
"transformIgnorePatterns": [
3838
"/node_modules/(?!@pipe-dream/core).+\\.js$"
3939
]
40-
},
40+
},
4141
"dependencies": {
4242
"@pipe-dream/core": "^1.0.4",
4343
"@vue/test-utils": "^1.0.0-beta.29",
@@ -66,5 +66,5 @@
6666
"vue-template-compiler": "^2.6.10",
6767
"vue-textarea-autosize": "^1.0.4",
6868
"vuex": "^3.1.0"
69-
}
70-
}
69+
}
70+
}

0 commit comments

Comments
 (0)