framer-motion 6.0.0-alpha.3 → 6.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "framer-motion",
|
|
3
|
-
"version": "6.0.0-
|
|
3
|
+
"version": "6.0.0-beta.4",
|
|
4
4
|
"description": "A simple and powerful React animation library",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/es/index.mjs",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"scripts": {
|
|
35
35
|
"lint": "yarn eslint src/**/*.ts",
|
|
36
36
|
"build": "yarn clean && tsc -p . && rollup -c && webpack --config webpack.size.config.js",
|
|
37
|
+
"dev": "yarn watch",
|
|
37
38
|
"clean": "rm -rf types dist lib",
|
|
38
39
|
"test": "yarn build && yarn measure && yarn test-server && yarn test-client",
|
|
39
40
|
"test-ci": "yarn test-client && yarn test-server",
|
|
@@ -123,5 +124,5 @@
|
|
|
123
124
|
"maxSize": "31.5 kB"
|
|
124
125
|
}
|
|
125
126
|
],
|
|
126
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "a2dbe9fbe3f4ee27b8759f0c6b43e4bfd43c4e30"
|
|
127
128
|
}
|