tag2content
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "tag2content", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Replace a tag with content in a configurable way", | ||
@@ -43,2 +43,3 @@ "main": "lib/index.js", | ||
"@types/camelcase": "^4.1.0", | ||
"@types/node": "^10.12.15", | ||
"camelcase": "^5.0.0", | ||
@@ -45,0 +46,0 @@ "escape-string-regexp": "^1.0.5" |
@@ -20,7 +20,4 @@ # tag2content | ||
// TypeScript | ||
import * as tag2content from 'tag2content'; | ||
// CommonJS | ||
const tag2content = require('tag2content'); | ||
const tag2content = require('tag2content').default; | ||
``` | ||
@@ -27,0 +24,0 @@ |
8092
4
72
+ Added@types/node@^10.12.15
+ Added@types/node@10.17.60(transitive)