Skip to content

Commit

Permalink
removing spdeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranSrikanta committed Aug 11, 2016
1 parent 9ab239f commit ffceedc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SharePoint JSLink with livereload [<img src="https://travis-ci.org/KiranSrikanta/JSLinkLiveReload.svg?branch=master" />](https://travis-ci.org/KiranSrikanta/JSLinkLiveReload)
# SharePoint JSLink with handlebars and livereload [<img src="https://travis-ci.org/KiranSrikanta/JSLinkLiveReload.svg?branch=master" />](https://travis-ci.org/KiranSrikanta/JSLinkLiveReload)

This repository has sample code for SharePoint JSLink with live reload.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"cdn": "http-server CDN -p 7777 -c-1",
"dev": "SET NODE_ENV=development&& webpack",
"dev:watch": "SET NODE_ENV=development&& webpack --watch",
"dev:deploy": "spdeployment",
"build": "SET NODE_ENV=production&& webpack",
"lint": "eslint src/**/*.js",
"test": "karma start",
Expand Down Expand Up @@ -51,7 +50,6 @@
"karma-webpack": "^1.7.0",
"mocha": "^3.0.1",
"npm-run-all": "^2.3.0",
"spdeployment": "^1.2.5",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-livereload-plugin": "^0.8.1"
Expand Down

0 comments on commit ffceedc

Please sign in to comment.