@aurora-ds/theme 1.0.4 → 1.0.5

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/README.dev.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Aurora Theme - Developer Guide
2
2
 
3
- This document is intended for developers who want to contribute to the Aurora Theme library.
3
+ This document contains development notes and guidelines for maintaining the Aurora Theme library.
4
4
 
5
5
  ## Prerequisites
6
6
 
package/README.md CHANGED
@@ -372,17 +372,6 @@ clearSSRRules() // Reset for next request
372
372
 
373
373
  ---
374
374
 
375
- ## Contributing
376
-
377
- Interested in contributing? Check out the [Developer Guide](./README.dev.md) for:
378
-
379
- - Development setup
380
- - Available scripts
381
- - Project structure
382
- - Coding conventions
383
- - Publishing process
384
-
385
- ---
386
375
 
387
376
  ## License
388
377
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurora-ds/theme",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A performant CSS-in-JS theme management library for React",
5
5
  "author": "Lilian MARZET <lilian.marzet@gmail.com>",
6
6
  "license": "MIT",