chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-16 13:29:47 -07:00
parent 03c2a193b9
commit 204b5a427b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@nativescript/webpack",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"main": "index",
"description": "Webpack plugin for NativeScript",
"homepage": "https://nativescript.org",

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"rootDir": ".",
"target": "es5",
"target": "es2015",
"module": "commonjs",
"declaration": true,
"emitDecoratorMetadata": true,