pull/2368/head
Aniket-Engg 3 years ago committed by yann300
parent d9de03a386
commit e64074e918
  1. 1
      apps/remix-ide/webpack.config.js
  2. 8
      libs/remix-ws-templates/package.json
  3. 2
      tsconfig.base.json

@ -3,7 +3,6 @@ const TerserPlugin = require('terser-webpack-plugin')
const CopyWebpackPlugin = require('copy-webpack-plugin')
const version = require('../../package.json').version
const fs = require('fs')
const path = require('path')
const versionData = {
version: version,

@ -3,9 +3,17 @@
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"
},
"author": "Aniket-Engg",
"license": "ISC"
}

@ -86,7 +86,7 @@
"libs/remix-ui/permission-handler/src/index.ts"
],
"@remix-project/remix-ws-templates": [
"dist/libs/remix-ws-templates/src/index.ts"
"dist/libs/remix-ws-templates/src/index.js"
]
}
},

Loading…
Cancel
Save