Skip to content

Commit 62546fd

Browse files
Add npm build script for gulp
This allows gulp to be used without being installed globally
1 parent 3591732 commit 62546fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/React.Core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"version": "1.0.0",
33
"name": "React.Core",
44
"private": true,
5+
"scripts": {
6+
"build": "gulp"
7+
},
58
"devDependencies": {
69
"babel-core": "6.9.1",
710
"babel-loader": "6.2.10",

0 commit comments

Comments
 (0)