Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrade to typescript 2, use new typings (@type/*)
  • Loading branch information
tomvlk committed Sep 5, 2016
commit f2e4d0b1924f487d2ff6147cf6f045b29af4e8d9
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node": ">=4.0.0"
},
"scripts": {
"preinstall-old": "npm i -g typescript typings grunt-cli && typings install",
"preinstall-old": "npm i -g typescript@2.0.2 typings grunt-cli && typings install",
"ts": "grunt ts",
"watch": "grunt watch",
"start": "node ./maniajs.js",
Expand All @@ -29,6 +29,22 @@
"test": "grunt test"
},
"dependencies": {
"@types/async": "^2.0.31",
"@types/bunyan": "0.0.29",
"@types/bunyan-prettystream": "^0.1.29",
"@types/commander": "^2.3.29",
"@types/glob": "^5.0.29",
"@types/handlebars": "^4.0.30",
"@types/joi": "^9.0.31",
"@types/js-yaml": "^3.5.27",
"@types/lodash": "^4.14.34",
"@types/minimatch": "^2.0.28",
"@types/node": "^6.0.38",
"@types/sequelize": "^3.4.32",
"@types/source-map": "^0.1.26",
"@types/sprintf-js": "0.0.26",
"@types/validator": "^4.5.27",

"@maniajs/gbxparser": "^0.1.2",
"@maniajs/plugin": "0.*",
"@tomvlk/dependency-graph": "^1.0.0",
Expand Down Expand Up @@ -61,7 +77,6 @@
},
"devDependencies": {
"chai": "^3.5.0",
"dts-generator": "^1.7.0",
"eslint": "^3.3.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
Expand All @@ -75,7 +90,7 @@
"time-grunt": "^1.4.0",
"tslint": "^3.14.0",
"typedoc": "^0.4.5",
"typescript": "^1.8.10",
"typescript": "^2.0.2",
"typings": "^1.3.2"
},
"contributors": [
Expand Down
16 changes: 1 addition & 15 deletions typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,8 @@
"name": "maniajs",
"globalDependencies": {
"@tomvlk/dependency-graph": "file:./type/custom/dependency-graph/typings.json",
"async": "registry:dt/async#1.4.2+20160602152629",
"bunyan": "registry:dt/bunyan#0.0.0+20160412155112",
"bunyan-prettystream": "registry:dt/bunyan-prettystream#0.0.0+20160316155526",
"commander": "registry:dt/commander#2.3.0+20160317120654",
"gbxremote": "file:type/custom/gbxremote/typings.json",
"glob": "registry:dt/glob#5.0.10+20160317120654",
"handlebars": "registry:dt/handlebars#3.0.3+20160317120654",
"joi": "registry:dt/joi#9.0.0+20160626220651",
"js-yaml": "registry:dt/js-yaml#3.5.2+20160316171810",
"lodash": "registry:dt/lodash#3.10.0+20160720001309",
"minimatch": "registry:dt/minimatch#2.0.8+20160317120654",
"node": "registry:dt/node#6.0.0+20160720070758",
"pjson": "file:./type/custom/pjson/typings.json",
"sequelize": "registry:dt/sequelize#3.4.1+20160720065448",
"sprintf-js": "registry:dt/sprintf-js#0.0.0+20160317120654",
"validator": "registry:dt/validator#4.5.1+20160316155526"
"pjson": "file:./type/custom/pjson/typings.json"
},
"devDependencies": {},
"dependencies": {}
Expand Down