@cocreate/crdt
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
## [1.0.2](https://github.com/CoCreate-app/CoCreate-crdt/compare/v1.0.1...v1.0.2) (2021-03-29) | ||
### Bug Fixes | ||
* script commands ([fd61f17](https://github.com/CoCreate-app/CoCreate-crdt/commit/fd61f1766c6302c0b93319dd389cbb1b472e841d)) | ||
## [1.0.1](https://github.com/CoCreate-app/CoCreate-crdt/compare/v1.0.0...v1.0.1) (2021-03-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/crdt", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "CoCreatejs and yjs binding", | ||
@@ -11,5 +11,6 @@ "author": "CoCreate LLC", | ||
"scripts": { | ||
"start": "npx webpack --config webpack.config.js --watch", | ||
"start": "npx webpack --config webpack.config.js", | ||
"build": "NODE_ENV=production npx webpack --config webpack.config.js", | ||
"watch": "webpack --watch", | ||
"dev": "npx webpack --config webpack.config.js --watch", | ||
"docs": "node ./node_modules/@cocreate/docs/src/index.js", | ||
"postinstall": "npm run start" | ||
@@ -16,0 +17,0 @@ }, |
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
1976022