Skip to content

Commit e635a0e

Browse files
authored
updated naming to grunt-dojo2-extras (#9)
1 parent cdcb95e commit e635a0e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# grunt-extras
1+
# grunt-dojo2-extras
22

3-
[![Build Status](https://travis-ci.org/dojo/grunt-extras.svg?branch=master)](https://travis-ci.org/dojo/grunt-extras)
3+
[![Build Status](https://travis-ci.org/dojo/grunt-dojo2-extras.svg?branch=master)](https://travis-ci.org/dojo/grunt-dojo2-extras)
44

5-
grunt-extras provides tools in support of continuous deployment of projects, packages, and documentation.
5+
grunt-dojo2-extras provides tools in support of continuous deployment of projects, packages, and documentation.
66

77
## Grunt Tasks
88

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@dojo/grunt-extras",
2+
"name": "grunt-dojo2-extras",
33
"version": "2.0.0-beta1.1",
44
"description": "A package of grunt tasks to assist with continuous deployment",
55
"main": "index.js",
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/dojo/grunt-extras.git"
11+
"url": "git+https://github.com/dojo/grunt-dojo2-extras.git"
1212
},
1313
"keywords": [
1414
"dojo2",
@@ -18,9 +18,9 @@
1818
"author": "Paul Shannon <[email protected]>",
1919
"license": "MPL-2.0",
2020
"bugs": {
21-
"url": "https://github.com/dojo/grunt-extras/issues"
21+
"url": "https://github.com/dojo/grunt-dojo2-extras/issues"
2222
},
23-
"homepage": "https://github.com/dojo/grunt-extras#readme",
23+
"homepage": "https://github.com/dojo/grunt-dojo2-extras#readme",
2424
"devDependencies": {
2525
"@dojo/loader": "^2.0.0-beta1.1",
2626
"@types/mockery": "^1.4.29",
@@ -50,7 +50,6 @@
5050
"@types/mkdirp": "^0.3.29",
5151
"@types/semver": "^5.3.31",
5252
"@types/winston": "^2.3.1",
53-
"dojo-core": "^2.0.0-alpha.19",
5453
"mkdirp": "^0.5.1",
5554
"semver": "^5.3.0",
5655
"tslib": "^1.6.1",

0 commit comments

Comments
 (0)