Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ferns", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Francois Wouts", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^6.0.0", | ||
"@types/jest-image-snapshot": "^4.1.1", | ||
@@ -14,3 +14,2 @@ "canvas": "^2.6.1", | ||
"jest-image-snapshot": "^4.2.0", | ||
"rollup": "^2.29.0", | ||
"ts-jest": "^26.4.1", | ||
@@ -21,5 +20,5 @@ "tslib": "^2.0.3", | ||
"scripts": { | ||
"build": "yarn rollup -c rollup.config.js", | ||
"build": "yarn tsc", | ||
"prepublish": "yarn build" | ||
} | ||
} |
@@ -48,3 +48,3 @@ { | ||
/* Module Resolution Options */ | ||
// "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ | ||
"moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */, | ||
// "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ | ||
@@ -51,0 +51,0 @@ // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ |
318890
8
1388