We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b19374 commit 4267c35Copy full SHA for 4267c35
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-dto",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "A small dto lib for nodejs",
5
"main": "src/index.js",
6
"scripts": {
src/index.js
@@ -149,14 +149,9 @@ module.exports = {
149
}`
150
);
151
}
152
-<<<<<<< HEAD
153
154
return sql;
155
},
156
};
157
158
159
-=======
160
- }
161
-}
162
->>>>>>> 1fb6beaf81dc6eee7b1bbbb52de1b2b964a71695
0 commit comments