browserslist-config-godaddy 0.0.1
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/index.js +1 -0
- package/package.json +12 -0
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
console.error("This is a placeholder package. Please download this package from internal registry instead");
|
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "browserslist-config-godaddy",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "This is a placeholder package. Please download this package from internal registry instead",
|
|
5
|
+
"license": "ISC",
|
|
6
|
+
"author": "akhasgiwale@godaddy.com",
|
|
7
|
+
"type": "commonjs",
|
|
8
|
+
"main": "index.js",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
11
|
+
}
|
|
12
|
+
}
|