@rolster/styles-foundations 1.0.0 → 1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/styles-foundations",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Front-end style pack to develop responsive and mobile projects on the web with Rolster.",
5
5
  "sass": "scss/styles.scss",
6
6
  "style": "dist/styles.css",
@@ -14,10 +14,11 @@
14
14
  ],
15
15
  "scripts": {
16
16
  "clean": "rimraf ./dist",
17
- "sass-to-css": "node-sass scss/styles.scss -o dist/",
17
+ "sass:build": "node-sass scss/_rolster-styles.scss dist/rolster-styles.css",
18
18
  "css-minify": "css-minify -d dist/ -o dist/",
19
- "rltcss": "rtlcss dist/styles.css dist/styles.rtl.css",
20
- "build": "npm run clean && npm run sass-to-css && npm run rltcss && npm run css-minify"
19
+ "rltcss": "rtlcss dist/rolster-styles.css dist/rolster-styles.rtl.css",
20
+ "build": "npm run clean && npm run sass:build && npm run rltcss && npm run css-minify",
21
+ "prepublishOnly": "npm run build"
21
22
  },
22
23
  "devDependencies": {
23
24
  "css-minify": "^2.0.0",
@@ -27,6 +28,6 @@
27
28
  },
28
29
  "repository": {
29
30
  "type": "git",
30
- "url": "https://github.com/rolster-developments/typescript-forms.git"
31
+ "url": "https://github.com/rolster-developments/styles-foundations"
31
32
  }
32
33
  }
File without changes
File without changes
File without changes
File without changes