@carbon/icons 10.25.0-rc.0 → 10.25.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.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -101,13 +101,6 @@ You can view a full reference of our icons
101
101
  [here](https://carbon-elements.netlify.com/icons/examples/preview/) . This is
102
102
  useful for finding the path information in order to import an icon.
103
103
 
104
- ## 📖 API Documentation
105
-
106
- If you're looking for `@carbon/icons` API documentation, check out:
107
-
108
- - [Contributing](./docs/contributing.md)
109
- - [Sass](./docs/sass.md)
110
-
111
104
  ## 🙌 Contributing
112
105
 
113
106
  We're always looking for contributors to help us fix bugs, build new features,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/icons",
3
3
  "description": "Icons for digital and software products using the Carbon Design System",
4
- "version": "10.25.0-rc.0",
4
+ "version": "10.25.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -32,15 +32,15 @@
32
32
  "access": "public"
33
33
  },
34
34
  "scripts": {
35
- "build": "yarn clean && node tasks/build.js && carbon-cli sassdoc \"scss/*.scss\"",
35
+ "build": "yarn clean && node tasks/build.js",
36
36
  "ci-check": "node tasks/ci-check.js",
37
37
  "clean": "rimraf es lib metadata.json svg",
38
38
  "prepublishOnly": "yarn build"
39
39
  },
40
40
  "devDependencies": {
41
- "@carbon/cli": "^10.19.0-rc.0",
42
- "@carbon/icon-build-helpers": "^0.15.0-rc.0",
41
+ "@carbon/cli": "^10.19.0",
42
+ "@carbon/icon-build-helpers": "^0.15.0",
43
43
  "rimraf": "^3.0.2"
44
44
  },
45
- "gitHead": "f20d953bfdd69fd024f2b202fd7e62f3139d431c"
45
+ "gitHead": "79db5535fee7f58e0fe21bac154b638cd17f659e"
46
46
  }