Skip to content

Commit 4e0f6ec

Browse files
committed
Use npm dep
1 parent b666c98 commit 4e0f6ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ matrix:
1919
- OSXBUILD=true
2020
- name: "Windows"
2121
os: windows
22-
# script:
23-
# - echo OK.
22+
script:
23+
- echo OK.
2424

2525

2626
install:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/node-3d/qml-raub.git"
3333
},
3434
"dependencies": {
35-
"deps-qmlui-raub": "https://github.com/node-3d/deps-qmlui-raub.git",
35+
"deps-qmlui-raub": "1.0.0",
3636
"addon-tools-raub": "4.2.0"
3737
}
3838
}

0 commit comments

Comments
 (0)