1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-10 19:50:51 +02:00
This commit is contained in:
Kushagra Gour
2022-07-21 13:38:23 +05:30
parent 38ce9ef8fc
commit e25775b52b
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "web-maker",
"version": "4.2.0",
"version": "5.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "web-maker",
"version": "4.2.0",
"version": "5.0.1",
"license": "MIT",
"dependencies": {
"@emmetio/codemirror-plugin": "^0.5.4",

View File

@ -1,6 +1,6 @@
{
"name": "web-maker",
"version": "5.0.0",
"version": "5.0.1",
"description": "A blazing fast & offline web playground",
"scripts": {
"start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"",