create-clean-node 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-clean-node",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "bin": {
5
5
  "create-my-template": "./index.js"
6
6
  },
@@ -12,9 +12,6 @@
12
12
 
13
13
  /* Language and Environment */
14
14
  "target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
15
- "lib": [
16
- "es2016" /* Includes core JS features, but NOT the browser DOM */
17
- ],
18
15
  // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
19
16
  // "jsx": "preserve", /* Specify what JSX code is generated. */
20
17
  // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */