Skip to content

Commit

Permalink
Update version for production
Browse files Browse the repository at this point in the history
  • Loading branch information
newemka committed May 19, 2024
1 parent e1dd1d6 commit f5cd24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "msdftron",
"productName": "msdftron",
"version": "0.2.0",
"version": "1.0.0",
"description": "A cute UI for msdf-bmfont-xml",
"main": "src/main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const os = require('os');
const fs = require('fs');
const generateBMFont = require('msdf-bmfont-xml');

//process.env.NODE_ENV = 'production';
process.env.NODE_ENV = 'production';

const isDev = process.env.NODE_ENV !== 'production';
const isMac = process.platform === 'darwin';
Expand Down

0 comments on commit f5cd24c

Please sign in to comment.