Skip to content

Commit 3c635a3

Browse files
committed
fix: update package.json description
1 parent bb12b4c commit 3c635a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "morphism",
33
"version": "1.0.0",
4-
"description": "Library to transform any Object / JSON to JavaScript Object Literals, and ES6 Class Objects. Help you scale your data processing",
4+
"description": "Do not repeat anymore your objects transformations.",
55
"homepage": "https://github.com/nobrainr/morphism",
66
"scripts": {
77
"start": "npm run server:dev",

src/typescript.spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ describe('Morphism', () => {
104104

105105
morphism<D, S>({ a: ({ _a }) => _a.toString() });
106106
morphism<D, S>({ a: ({ _a }) => _a.toString() });
107-
108107
// morphism({ a: ({ b }) => b }, { _a: 'value' });
109108
// morphism({ a: ({ b }) => b });
110109
});

0 commit comments

Comments
 (0)