social-graphics-library
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "social-graphics-library", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A script for generating social media logos and banners", | ||
"scripts": { | ||
"build": "webpack", | ||
"run": "webpack serve", | ||
"test": "node tests" | ||
"dev:build": "webpack", | ||
"dev:deploy": "npm run version:update && npm run dev:build && npm run dev:test", | ||
"dev:run": "webpack serve", | ||
"dev:test": "node tests", | ||
"version:update": "version.sh", | ||
"prod:deploy": "npm run version:update && npm run dev:build && npm run dev:test && npm publish" | ||
}, | ||
@@ -10,0 +13,0 @@ "main": "./dist/sgl.bundle.js", |
@@ -7,3 +7,3 @@ export class Info { | ||
*/ | ||
private readonly _version: string = "1.2.1" | ||
private readonly _version: string = "1.2.2" | ||
@@ -10,0 +10,0 @@ /** |
Sorry, the diff of this file is too big to display
5245170
61