We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc0472 commit 44d8befCopy full SHA for 44d8bef
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strider-python",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Python/Pyramid/Django support for Strider Continuous Deployment",
5
"scripts": {
6
"test": "echo \"Error: no test specified\" && exit 1"
@@ -17,5 +17,8 @@
17
"license": "BSD",
18
"dependencies": {
19
"strider-detection-rules": "0.0.1"
20
+ },
21
+ "strider": {
22
+ "worker": "worker.js"
23
}
24
strider.json
0 commit comments