increase-api
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -8,3 +8,3 @@ 'use strict'; | ||
var Thing = function Thing() { | ||
return React.createElement("div", null, "increase-api hi"); | ||
return React.createElement("div", null, "increase-api hi NEW NEW"); | ||
}; | ||
@@ -11,0 +11,0 @@ |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react");exports.Thing=function(){return e.createElement("div",null,"increase-api hi")}; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react");exports.Thing=function(){return e.createElement("div",null,"increase-api hi NEW NEW")}; | ||
//# sourceMappingURL=increase-api.cjs.production.min.js.map |
import { createElement } from 'react'; | ||
var Thing = function Thing() { | ||
return createElement("div", null, "increase-api hi"); | ||
return createElement("div", null, "increase-api hi NEW NEW"); | ||
}; | ||
@@ -6,0 +6,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"module": "dist/increase-api.esm.js", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"license": "MIT", | ||
@@ -22,3 +22,4 @@ "main": "dist/index.js", | ||
"lint": "tsdx lint", | ||
"prepare": "tsdx build" | ||
"prepare": "tsdx build", | ||
"release": "np" | ||
}, | ||
@@ -48,7 +49,3 @@ "peerDependencies": { | ||
"typescript": "^4.1.3" | ||
}, | ||
"np": { | ||
"yarn": false, | ||
"contents": "dist" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4148