@bigbinary/neeto-icons 1.9.18 → 1.9.19

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-icons",
3
- "version": "1.9.18",
3
+ "version": "1.9.19",
4
4
  "main": "./dist/neeto-icons.cjs.js",
5
5
  "module": "./dist/neeto-icons.js",
6
6
  "author": "vinay0x",
@@ -35,6 +35,10 @@
35
35
  "rollup-compile": "NODE_ENV=production rollup -c --mode production",
36
36
  "build": "yarn generate && yarn rollup-compile"
37
37
  },
38
+ "files": [
39
+ "dist",
40
+ "*.d.ts"
41
+ ],
38
42
  "devDependencies": {
39
43
  "@babel/core": "^7.14.6",
40
44
  "@babel/preset-env": "^7.14.7",
package/.node-version DELETED
@@ -1 +0,0 @@
1
- 18.12
package/.nvm DELETED
@@ -1 +0,0 @@
1
- 18.12
package/Procfile DELETED
@@ -1,2 +0,0 @@
1
- release: yarn -v
2
- web: yarn run build-preview
package/app.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "name": "neeto-icons",
3
- "scripts": {},
4
- "stack": "heroku-22",
5
- "env": {
6
- "YARN_PRODUCTION": {
7
- "value": "true"
8
- },
9
- "NODE_MODULES_CACHE": {
10
- "value": "true"
11
- },
12
- "YARN_CACHE": {
13
- "value": "true"
14
- }
15
- },
16
- "formation": {},
17
- "addons": [],
18
- "buildpacks": [
19
- {
20
- "url": "heroku/nodejs"
21
- }
22
- ]
23
- }
package/babel.config.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "presets": ["@babel/preset-env", "@babel/preset-react"]
3
- }