@variant/profile
Advanced tools
Comparing version 1.0.9 to 2.0.0
{ | ||
"name": "@variant/profile", | ||
"version": "1.0.9", | ||
"version": "2.0.0", | ||
"private": false, | ||
@@ -8,10 +8,13 @@ "description": "Variant Profile Info library", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"tsc": "tsc", | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"build": "tsc -p tsconfig.build.json && yarn prepare", | ||
"build": "tsc -p tsconfig.build.json", | ||
"copy:css": "copyfiles -u 1 'src/**/*.{css,woff,woff2,ttf,eot,svg,png}' dist/", | ||
"copy:manifest": "copyfiles 'package.json' 'README.md' dist/", | ||
"prepare": "yarn copy:css && yarn copy:manifest" | ||
"prepare": "yarn copy:css" | ||
}, | ||
@@ -22,7 +25,6 @@ "devDependencies": { | ||
}, | ||
"gitHead": "def35c00412447270de6d50571d8bce057ed1e5e", | ||
"gitHead": "b8a76102d364056d006226c5e9295ff3ca01dd9b", | ||
"publishConfig": { | ||
"access": "public", | ||
"directory": "dist" | ||
"access": "public" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44079
21
912
1