From 7bce3f3c9267f8852a3770e956491520dc5132b4 Mon Sep 17 00:00:00 2001 From: rkrasiuk Date: Mon, 17 Jun 2019 13:13:05 -0500 Subject: [PATCH] restore package json defaults for plugin --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4bcee404..7638c36a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@frstio/monaco-editor-webpack-plugin", - "version": "1.0.0", + "name": "monaco-editor-webpack-plugin", + "version": "1.7.0", "description": "A webpack plugin for the Monaco Editor", "main": "index.js", "typings": "./index.d.ts",