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 44409ec commit 1e39120Copy full SHA for 1e39120
.travis.yml
@@ -4,6 +4,9 @@ node_js:
4
- lts/*
5
- node
6
7
+before_deploy:
8
+ - npm run build
9
+
10
deploy:
11
provider: npm
12
email: $NPM_EMAIL
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsorm",
3
- "version": "0.0.8",
+ "version": "0.0.9",
"description": "Javascript ORM",
"main": "_bundles/jsorm.js",
"module": "lib-esm/index.js",
0 commit comments