Skip to content

Commit 868bfa3

Browse files
committed
[LES-6.2/st] intro-to-gulp
Adding "package.json" file. core: B-4 / WL-AL
1 parent ddcadc6 commit 868bfa3

File tree

1 file changed

+11
-0
lines changed
  • core-courses/4-web-layout-advanced-level/6-build-tools/6-2-intro-to-gulp

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "test-gulp",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "me",
10+
"license": "ISC"
11+
}

0 commit comments

Comments
 (0)