Skip to content

Commit 08f46e7

Browse files
committed
1.0.1
I somehow fucked up the 1.0.0 release by trying to publish a beta and can't figure out how to remove it, so jumping over 1.0.0
1 parent cb7645a commit 08f46e7

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "queryize",
3-
"version": "0.6.0",
3+
"version": "1.0.1",
44
"description": "A no-frills chainable/fluent interface for constructing mutable MySQL queries with data binding/escapement.",
55
"main": "queryize.js",
66
"scripts": {
@@ -37,5 +37,15 @@
3737
"lodash.clone": "^2.4.1",
3838
"lodash.mapvalues": "^2.4.1",
3939
"proxmis": "^0.2.0"
40-
}
40+
},
41+
"files": [
42+
"lib",
43+
"History.md",
44+
"LICENSE.txt",
45+
"queryize.js",
46+
"docs/index.html",
47+
"docs/fonts.css",
48+
"docs/fonts",
49+
"tests"
50+
]
4151
}

0 commit comments

Comments
 (0)