@papillonarts/css 0.21.0 → 0.23.0
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@papillonarts/css",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.0",
|
|
4
4
|
"description": "Papillon Arts CSS",
|
|
5
5
|
"homepage": "https://github.com/papillonarts/papillonarts/tree/master/packages/css",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"README.md"
|
|
16
16
|
],
|
|
17
17
|
"scripts": {
|
|
18
|
-
"
|
|
18
|
+
"cleanup": "rm -rf build node_modules package-lock.json",
|
|
19
19
|
"install-packages": "npm i",
|
|
20
20
|
"install-papillonarts-latest": "echo \"css skipping install-papillonarts-latest\" && exit 0",
|
|
21
21
|
"generate-typing": "echo \"css skipping generate-typing\" && exit 0",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"build-acceptance": "npm run build",
|
|
26
26
|
"build-release": "npm run build"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "f4da75409f2d74e3acaa7fab63dcf2628f6c51be"
|
|
29
29
|
}
|