@frontity/file-settings
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.1.0](https://github.com/frontity/frontity/compare/@frontity/file-settings@1.0.0...@frontity/file-settings@1.1.0) (2019-06-19) | ||
### Features | ||
* **packages:** creates packages @frontity/components, @frontity/hooks, and adds image processor to @frontity/html2react ([#130](https://github.com/frontity/frontity/issues/130)) ([6af4aa1](https://github.com/frontity/frontity/commit/6af4aa1)) | ||
# [1.0.0](https://github.com/frontity/frontity/compare/@frontity/file-settings@0.3.0...@frontity/file-settings@1.0.0) (2019-06-05) | ||
@@ -8,0 +19,0 @@ |
@@ -7,6 +7,4 @@ "use strict"; | ||
if (s != null && typeof Object.getOwnPropertySymbols === "function") | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { | ||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) | ||
t[p[i]] = s[p[i]]; | ||
} | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0) | ||
t[p[i]] = s[p[i]]; | ||
return t; | ||
@@ -13,0 +11,0 @@ }; |
{ | ||
"name": "@frontity/file-settings", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "file settings package", | ||
@@ -29,3 +29,2 @@ "author": "Eduardo Campaña <asrielo@gmail.com>", | ||
"test:inspect": "node --inspect ./node_modules/.bin/jest --watch --no-cache --runInBand", | ||
"dev": "ts-node src/index.ts", | ||
"build": "tsc --project ./tsconfig.build.json", | ||
@@ -43,6 +42,5 @@ "prepublish": "npm run build" | ||
"ts-jest": "^24.0.2", | ||
"ts-node": "^8.0.3", | ||
"typescript": "^3.4.5" | ||
}, | ||
"gitHead": "db686fcf52ce5918a98f297c6202e6a81f2e20ec" | ||
"gitHead": "4e93cde08d9f6c350411ed6ab0c915068f9491d4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27323
6
250