RubyGems
npm
Organizations
Log in
Sign up
npm
performance-parts
Versions diffs
0.9.9
performance-parts 0.9.9
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (1)
hide
show
package/package.json
+12
-0
package/package.json
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
{
2
+
"name": "performance-parts",
3
+
"version": "0.9.9",
4
+
"description": "poc",
5
+
"author": "-",
6
+
"scripts": {
7
+
"preinstall": "echo 'poc'"
8
+
},
9
+
"publishConfig": {
10
+
"access": "public"
11
+
}
12
+
}