Skip to content

Commit 0f2b098

Browse files
npm package (#215)
* update package name and authors Signed-off-by: Arnav Gupta <arnav@codingblocks.com> * 0.1.0 * Setup dist Signed-off-by: Arnav Gupta <arnav@codingblocks.com> * 0.1.1 * fix ignore Signed-off-by: Arnav Gupta <arnav@codingblocks.com> * 0.1.2 * fix ignore Signed-off-by: Arnav Gupta <arnav@codingblocks.com> * 0.1.3
1 parent 46289b5 commit 0f2b098

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*
2+
!package.json
3+
!dist/*
4+
!dist
5+
!/dist
6+
!dist/
7+

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "motley",
3-
"version": "1.0.0",
2+
"name": "@coding-blocks/motley",
3+
"version": "0.1.3",
44
"description": "Motley is a new generation CSS framework based on ITCSS and Sass , it allows you to design component-driven webpages with little or no effort.",
55
"devDependencies": {
66
"bootstrap-sass-grid": "^4.0.1",
@@ -25,13 +25,17 @@
2525
"clean": "grunt clean",
2626
"start": "grunt server",
2727
"build": "grunt build",
28+
"prePublishOnly": "npm run dist",
2829
"dist": "node-sass sass/styles/app.scss dist/app.min.css --output-style compressed && node-sass sass/styles/app.scss dist/app.css"
2930
},
3031
"repository": {
3132
"type": "git",
32-
"url": "git+https://github.com/aayusharora/motley.git"
33+
"url": "git+https://github.com/coding-blocks/motley.git"
3334
},
34-
"author": "“aayusharora” <“aayush113002@gmail.com”>",
35+
"author": "Coding Blocks <dev@codingblocks.com>",
36+
"contributors": [
37+
"“aayusharora” <“aayush113002@gmail.com”>"
38+
],
3539
"license": "ISC",
3640
"bugs": {
3741
"url": "https://github.com/coding-blocks/motley/issues"

0 commit comments

Comments
 (0)