@a-la/detect-jsx
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,7 @@ | ||
## 15 January 2019 | ||
### 1.0.1 | ||
- [package] Add the "module" field. | ||
## 10 January 2019 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@a-la/detect-jsx", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Detects Position Of JSX Tag In JavaScript File.", | ||
"main": "build", | ||
"module": "src/index.js", | ||
"scripts": { | ||
@@ -23,3 +24,4 @@ "t": "zoroaster -a", | ||
"files": [ | ||
"build" | ||
"build", | ||
"src" | ||
], | ||
@@ -41,3 +43,3 @@ "repository": { | ||
"devDependencies": { | ||
"@wrote/read": "1.0.0", | ||
"@wrote/read": "1.0.2", | ||
"alamode": "1.6.1", | ||
@@ -44,0 +46,0 @@ "documentary": "1.20.1", |
7274
8
73
2