Skip to content

Commit

Permalink
🙈 exclude node_modules with gitignore & add webpack.:
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueMoein committed Aug 8, 2018
1 parent 99af27d commit 662812a
Show file tree
Hide file tree
Showing 4 changed files with 2,549 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
vendor
node_modules
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "smsir-wordpress",
"version": "0.1.0",
"description": "Official sms.ir wordpress plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch-sass": "sass --watch src/scss:assets/css --style compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrueMoein/smsir-wordpress.git"
},
"author": "Moein Alizadeh",
"license": "ISC",
"bugs": {
"url": "https://github.com/TrueMoein/smsir-wordpress/issues"
},
"homepage": "https://github.com/TrueMoein/smsir-wordpress#readme",
"devDependencies": {
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}
}
Empty file added webpack.config.js
Empty file.
Loading

0 comments on commit 662812a

Please sign in to comment.