Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "dx-lib", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "dx fe lib", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,2 +21,20 @@ # dx-lib | ||
* [Promise](doc/Promise.md) | ||
* [Events](doc/Events.md) | ||
* [Events](doc/Events.md) | ||
## .babelrc | ||
不加入到提交,因为会影响引用时的打包 | ||
``` | ||
{ | ||
"presets": [ | ||
["@babel/preset-env", { | ||
"targets": { | ||
"browsers": ["last 2 versions", "safari >= 7"], | ||
"node": true | ||
} | ||
}] | ||
], | ||
"plugins": [] | ||
} | ||
``` |
@@ -29,3 +29,3 @@ import puppeteer from 'puppeteer' | ||
t.truthy(state === 2) | ||
t.truthy(state === 1) | ||
}) | ||
@@ -32,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
189046
39
37