Skip to content

Commit 44d8bef

Browse files
author
Niall O'Higgins
committed
move from strider.json to package.json appraoch
1 parent 3fc0472 commit 44d8bef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strider-python",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Python/Pyramid/Django support for Strider Continuous Deployment",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
@@ -17,5 +17,8 @@
1717
"license": "BSD",
1818
"dependencies": {
1919
"strider-detection-rules": "0.0.1"
20+
},
21+
"strider": {
22+
"worker": "worker.js"
2023
}
2124
}

strider.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)