Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit eb1ac5e

Browse files
madflowmgcrea
authored andcommitted
(build) npm run pages (#2263)
1 parent 7e8a6d3 commit eb1ac5e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/scripts/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
angular.module('mgcrea.ngStrapDocs', ['mgcrea.ngStrap', 'mgcrea.ngPlunkr', 'ngRoute', 'ngAnimate'])
44

5-
.constant('version', 'v2.3.9')
5+
.constant('version', 'v2.3.12')
66
.constant('ngVersion', angular.version.full)
77

88
.config(function($plunkrProvider, version) {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"scripts": {
5959
"start": "gulp serve",
6060
"compile": "gulp build",
61+
"pages": "gulp pages",
6162
"test": "gulp karma:unit",
6263
"test:watch": "npm run test -- -w",
6364
"lint": "eslint src/*/*.js"

0 commit comments

Comments
 (0)