Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.npmignore8
-rw-r--r--package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..143f296
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,8 @@
+examples/
+.editorconfig
+.stylelintrc
+bower.json
+CODE_OF_CONDUCT.md
+CONTRIBUTING.md
+package-lock.json
+rfs.svg
diff --git a/package.json b/package.json
index 4aebe32..af37d1f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rfs",
- "version": "7.1.5",
+ "version": "7.1.6",
"main": "postcss/rfs.js",
"description": "Powerfull & easy-to-use responsive font sizing system.",
"scripts": {