Skip to content

Commit 04d5664

Browse files
committed
Correct package.json main and increase version
1 parent 898deec commit 04d5664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "slicerjs",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Official JavaScript client for SlicingDice, Data Warehouse and Analytics Database as a Service.",
5-
"main": "dist/slicer.js",
5+
"main": "src/slicer.js",
66
"scripts": {
77
"test": "node tests_and_examples/runQueryTests.js"
88
},

0 commit comments

Comments
 (0)